[PR #7106] [CLOSED] Remove unnecessary ToList usage #11271

Closed
opened 2026-02-07 06:35:26 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/7106
Author: @ilaborde
Created: 1/4/2022
Status: Closed

Base: masterHead: fix-5355-part2


📝 Commits (2)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/7106 **Author:** [@ilaborde](https://github.com/ilaborde) **Created:** 1/4/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix-5355-part2` --- ### 📝 Commits (2) - [`ebc4e64`](https://github.com/jellyfin/jellyfin/commit/ebc4e64ee2c4bf098a1e36b8dfb83279030445f4) Remove unnecessary ToList usage - [`16d707d`](https://github.com/jellyfin/jellyfin/commit/16d707d8f487d6e604f30fff7ebaf25be0aaa90f) address PR comments ### 📊 Changes **7 files changed** (+13 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description **Changes** Remove unnecessary ToList usage in DlnaEventManager, AudioBookListResolver, NotificationManager, CollectionManager, LibraryChangedNotifier, LibraryMonitor and LibraryManager. **Issues** Part of: [#5355](https://github.com/jellyfin/jellyfin/issues/5355) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:35:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#11271