From 2420ece5fe47c3d990641add1648b9c220215a62 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sat, 7 Feb 2026 19:01:37 +0100 Subject: Fix version resolution and scan handling --- MediaBrowser.Controller/Library/ILibraryManager.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'MediaBrowser.Controller/Library') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 3b3295c57d..453d9f7c2b 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -59,11 +59,13 @@ namespace MediaBrowser.Controller.Library /// The file information. /// The parent. /// An instance of . + /// The collection type of the library containing this item. /// BaseItem. BaseItem? ResolvePath( FileSystemMetadata fileInfo, Folder? parent = null, - IDirectoryService? directoryService = null); + IDirectoryService? directoryService = null, + CollectionType? collectionType = null); /// /// Resolves a set of files into a list of BaseItem. -- cgit v1.2.3