From adad13b8657fbcbe1c03ea0eca7d48d37792ca64 Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Thu, 17 Feb 2022 08:15:26 +0100 Subject: Remove some dead code --- MediaBrowser.Controller/Library/IIntroProvider.cs | 6 ----- MediaBrowser.Controller/Library/ILibraryManager.cs | 27 ---------------------- 2 files changed, 33 deletions(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/IIntroProvider.cs b/MediaBrowser.Controller/Library/IIntroProvider.cs index a74d1b9f0..4a9721acb 100644 --- a/MediaBrowser.Controller/Library/IIntroProvider.cs +++ b/MediaBrowser.Controller/Library/IIntroProvider.cs @@ -24,11 +24,5 @@ namespace MediaBrowser.Controller.Library /// The user. /// IEnumerable{System.String}. Task> GetIntros(BaseItem item, Jellyfin.Data.Entities.User user); - - /// - /// Gets all intro files. - /// - /// IEnumerable{System.String}. - IEnumerable GetAllIntroFiles(); } } diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 066944c6a..313d27ce6 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -151,11 +151,6 @@ namespace MediaBrowser.Controller.Library /// Task. Task ValidateMediaLibrary(IProgress progress, CancellationToken cancellationToken); - /// - /// Queues the library scan. - /// - void QueueLibraryScan(); - Task UpdateImagesAsync(BaseItem item, bool forceUpdate = false); /// @@ -181,12 +176,6 @@ namespace MediaBrowser.Controller.Library /// IEnumerable{System.String}. Task> GetIntros(BaseItem item, User user); - /// - /// Gets all intro files. - /// - /// IEnumerable{System.String}. - IEnumerable GetAllIntroFiles(); - /// /// Adds the parts. /// @@ -507,15 +496,6 @@ namespace MediaBrowser.Controller.Library string GetPathAfterNetworkSubstitution(string path, BaseItem ownerItem = null); - /// - /// Substitutes the path. - /// - /// The path. - /// From. - /// To. - /// System.String. - string SubstitutePath(string path, string from, string to); - /// /// Converts the image to local. /// @@ -587,15 +567,8 @@ namespace MediaBrowser.Controller.Library int GetCount(InternalItemsQuery query); - void AddExternalSubtitleStreams( - List streams, - string videoPath, - string[] files); - Task RunMetadataSavers(BaseItem item, ItemUpdateType updateReason); - BaseItem GetParentItem(string parentId, Guid? userId); - BaseItem GetParentItem(Guid? parentId, Guid? userId); } } -- cgit v1.2.3