From 28c2ac9cc0c2c7d9ed6e38b8de83755899e210f5 Mon Sep 17 00:00:00 2001 From: cvium Date: Sat, 1 Jan 2022 20:07:03 +0100 Subject: Remove file extension filter and fix build --- Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs') diff --git a/Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs b/Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs index 9b6838660..b8554bd51 100644 --- a/Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs +++ b/Emby.Server.Implementations/Library/Resolvers/GenericVideoResolver.cs @@ -6,14 +6,14 @@ using MediaBrowser.Controller.Entities; namespace Emby.Server.Implementations.Library.Resolvers { /// - /// Resolves a Path into a Video or Video subclass. + /// Resolves a Path into an instance of the class. /// /// The type of item to resolve. public class GenericVideoResolver : BaseVideoResolver where T : Video, new() { /// - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// /// The naming options. public GenericVideoResolver(NamingOptions namingOptions) -- cgit v1.2.3