From 488ce510321ebcec36bccc45398feffe725cb5f0 Mon Sep 17 00:00:00 2001 From: Claus Vium Date: Fri, 28 Jan 2022 12:21:40 +0100 Subject: Remove some allocations (#7246) --- MediaBrowser.Controller/Library/ILibraryManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs') diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs index 8db528330..2b0193771 100644 --- a/MediaBrowser.Controller/Library/ILibraryManager.cs +++ b/MediaBrowser.Controller/Library/ILibraryManager.cs @@ -434,7 +434,7 @@ namespace MediaBrowser.Controller.Library /// The file system children. /// An instance of . /// IEnumerable<BaseItem>. - IEnumerable FindExtras(BaseItem owner, List fileSystemChildren, IDirectoryService directoryService); + IEnumerable FindExtras(BaseItem owner, IReadOnlyList fileSystemChildren, IDirectoryService directoryService); /// /// Gets the collection folders. -- cgit v1.2.3