From 4f45c526748132f3ce19fc8b357f498d8100671d Mon Sep 17 00:00:00 2001 From: cvium Date: Mon, 15 Nov 2021 15:56:02 +0100 Subject: Remove ILibraryManager as a dependency in resolvers etc. --- MediaBrowser.Controller/Library/ILibraryManager.cs | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index d40e56c7d..1e1e2adb8 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -396,20 +396,6 @@ namespace MediaBrowser.Controller.Library string viewType, string sortName); - /// - /// Determines whether [is video file] [the specified path]. - /// - /// The path. - /// true if [is video file] [the specified path]; otherwise, false. - bool IsVideoFile(string path); - - /// - /// Determines whether [is audio file] [the specified path]. - /// - /// The path. - /// true if [is audio file] [the specified path]; otherwise, false. - bool IsAudioFile(string path); - /// /// Gets the season number from path. /// @@ -625,11 +611,5 @@ namespace MediaBrowser.Controller.Library BaseItem GetParentItem(string parentId, Guid? userId); BaseItem GetParentItem(Guid? parentId, Guid? userId); - - /// - /// Gets or creates a static instance of . - /// - /// An instance of the class. - NamingOptions GetNamingOptions(); } } -- cgit v1.2.3