[PR #3955] [MERGED] Make some methods async #9789

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/3955
Author: @Bond-009
Created: 8/21/2020
Status: Merged
Merged: 8/22/2020
Merged by: @joshuaboniface

Base: masterHead: async3


📝 Commits (4)

📊 Changes

21 files changed (+170 additions, -150 deletions)

View changed files

📝 Emby.Server.Implementations/Channels/ChannelManager.cs (+15 -6)
📝 Emby.Server.Implementations/Collections/CollectionManager.cs (+20 -31)
📝 Emby.Server.Implementations/Library/LibraryManager.cs (+15 -24)
📝 Emby.Server.Implementations/LiveTv/LiveTvManager.cs (+10 -6)
📝 Emby.Server.Implementations/Playlists/PlaylistManager.cs (+10 -10)
📝 Jellyfin.Api/Controllers/CollectionController.cs (+8 -7)
📝 Jellyfin.Api/Controllers/ImageController.cs (+7 -7)
📝 Jellyfin.Api/Controllers/ItemUpdateController.cs (+4 -3)
📝 Jellyfin.Api/Controllers/MediaInfoController.cs (+2 -2)
📝 Jellyfin.Api/Controllers/PlaylistsController.cs (+7 -7)
📝 Jellyfin.Api/Controllers/RemoteImageController.cs (+1 -1)
📝 Jellyfin.Api/Controllers/VideosController.cs (+7 -7)
📝 MediaBrowser.Controller/Collections/ICollectionManager.cs (+6 -6)
📝 MediaBrowser.Controller/Entities/BaseItem.cs (+9 -11)
📝 MediaBrowser.Controller/Entities/Folder.cs (+2 -2)
📝 MediaBrowser.Controller/Entities/Video.cs (+4 -3)
📝 MediaBrowser.Controller/Library/ILibraryManager.cs (+33 -8)
📝 MediaBrowser.Controller/Playlists/IPlaylistManager.cs (+3 -3)
📝 MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs (+3 -2)
📝 MediaBrowser.Providers/Manager/MetadataService.cs (+2 -2)

...and 1 more files

📄 Description


🔄 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/3955 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 8/21/2020 **Status:** ✅ Merged **Merged:** 8/22/2020 **Merged by:** [@joshuaboniface](https://github.com/joshuaboniface) **Base:** `master` ← **Head:** `async3` --- ### 📝 Commits (4) - [`119f64f`](https://github.com/jellyfin/jellyfin/commit/119f64f5e7b09aeb4ff8f59237093906c1e08f5f) Make some methods async - [`6329a36`](https://github.com/jellyfin/jellyfin/commit/6329a36a274d1f2a02d19db5292c2287d5f83e38) Make method async - [`2b832de`](https://github.com/jellyfin/jellyfin/commit/2b832de2898d465ba2a3c154c7fa3ead814b5021) Fix build - [`4916bfb`](https://github.com/jellyfin/jellyfin/commit/4916bfb02408c83d21c8943bde9e91739f621cac) Address comment ### 📊 Changes **21 files changed** (+170 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Server.Implementations/Channels/ChannelManager.cs` (+15 -6) 📝 `Emby.Server.Implementations/Collections/CollectionManager.cs` (+20 -31) 📝 `Emby.Server.Implementations/Library/LibraryManager.cs` (+15 -24) 📝 `Emby.Server.Implementations/LiveTv/LiveTvManager.cs` (+10 -6) 📝 `Emby.Server.Implementations/Playlists/PlaylistManager.cs` (+10 -10) 📝 `Jellyfin.Api/Controllers/CollectionController.cs` (+8 -7) 📝 `Jellyfin.Api/Controllers/ImageController.cs` (+7 -7) 📝 `Jellyfin.Api/Controllers/ItemUpdateController.cs` (+4 -3) 📝 `Jellyfin.Api/Controllers/MediaInfoController.cs` (+2 -2) 📝 `Jellyfin.Api/Controllers/PlaylistsController.cs` (+7 -7) 📝 `Jellyfin.Api/Controllers/RemoteImageController.cs` (+1 -1) 📝 `Jellyfin.Api/Controllers/VideosController.cs` (+7 -7) 📝 `MediaBrowser.Controller/Collections/ICollectionManager.cs` (+6 -6) 📝 `MediaBrowser.Controller/Entities/BaseItem.cs` (+9 -11) 📝 `MediaBrowser.Controller/Entities/Folder.cs` (+2 -2) 📝 `MediaBrowser.Controller/Entities/Video.cs` (+4 -3) 📝 `MediaBrowser.Controller/Library/ILibraryManager.cs` (+33 -8) 📝 `MediaBrowser.Controller/Playlists/IPlaylistManager.cs` (+3 -3) 📝 `MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs` (+3 -2) 📝 `MediaBrowser.Providers/Manager/MetadataService.cs` (+2 -2) _...and 1 more files_ </details> ### 📄 Description --- <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:08:32 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#9789