aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ILibraryManager.cs
diff options
context:
space:
mode:
authorAnthony Lavado <anthony@lavado.ca>2020-09-11 08:33:36 -0400
committerGitHub <noreply@github.com>2020-09-11 08:33:36 -0400
commitb198c6f4d16f3c9bf8b9f85cd3d020d6bdc39576 (patch)
treeecf7354e65ce1c7ea9c8c1f76aec2e2664c71d29 /MediaBrowser.Controller/Library/ILibraryManager.cs
parent1d633aac0a9c9b28c216dafe5b0180922f190cc6 (diff)
parentedbd4e0db6ba7e8ba08757f74274e5c83c9660e8 (diff)
Merge pull request #4108 from Bond-009/PERFORMANCE
Minor performance improvements to item saving
Diffstat (limited to 'MediaBrowser.Controller/Library/ILibraryManager.cs')
-rw-r--r--MediaBrowser.Controller/Library/ILibraryManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Library/ILibraryManager.cs b/MediaBrowser.Controller/Library/ILibraryManager.cs
index d2f937d4f..804170d5c 100644
--- a/MediaBrowser.Controller/Library/ILibraryManager.cs
+++ b/MediaBrowser.Controller/Library/ILibraryManager.cs
@@ -200,7 +200,7 @@ namespace MediaBrowser.Controller.Library
/// <summary>
/// Creates the items.
/// </summary>
- void CreateItems(IEnumerable<BaseItem> items, BaseItem parent, CancellationToken cancellationToken);
+ void CreateItems(IReadOnlyList<BaseItem> items, BaseItem parent, CancellationToken cancellationToken);
/// <summary>
/// Updates the item.