mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7106] [CLOSED] Remove unnecessary ToList usage #11271
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/7106
Author: @ilaborde
Created: 1/4/2022
Status: ❌ Closed
Base:
master← Head:fix-5355-part2📝 Commits (2)
ebc4e64Remove unnecessary ToList usage16d707daddress PR comments📊 Changes
7 files changed (+13 additions, -27 deletions)
View changed files
📝
Emby.Dlna/Eventing/DlnaEventManager.cs(+1 -2)📝
Emby.Naming/AudioBook/AudioBookListResolver.cs(+2 -4)📝
Emby.Notifications/NotificationManager.cs(+1 -2)📝
Emby.Server.Implementations/Collections/CollectionManager.cs(+1 -4)📝
Emby.Server.Implementations/EntryPoints/LibraryChangedNotifier.cs(+1 -1)📝
Emby.Server.Implementations/IO/LibraryMonitor.cs(+5 -11)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+2 -3)📄 Description
Changes
Remove unnecessary ToList usage in DlnaEventManager, AudioBookListResolver, NotificationManager, CollectionManager, LibraryChangedNotifier, LibraryMonitor and LibraryManager.
Issues
Part of: #5355
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.