aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2022-10-30 14:19:07 +0100
committerGitHub <noreply@github.com>2022-10-30 14:19:07 +0100
commit4c61bf1bdb16f6cb9136f22105b9411d42298c44 (patch)
treedd3cdea1d0fc3db215f2855199d3ee9a6abcd26a /Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
parentb67ddc55c22423da93d73dd0426c56c1588fbc60 (diff)
parentc2c286be6ed1ed33cb78aaebd9f14dc7f19fe0d1 (diff)
Merge pull request #8618 from jgriff6/remove-tolists
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs')
-rw-r--r--Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs b/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
index 9e35d83aa..d5e4a636e 100644
--- a/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
+++ b/Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs
@@ -115,7 +115,7 @@ namespace Emby.Server.Implementations.EntryPoints
{
}
- var collectionFolders = _libraryManager.GetCollectionFolders(item).ToList();
+ var collectionFolders = _libraryManager.GetCollectionFolders(item);
foreach (var collectionFolder in collectionFolders)
{