mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3955] [MERGED] Make some methods async #9789
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/3955
Author: @Bond-009
Created: 8/21/2020
Status: ✅ Merged
Merged: 8/22/2020
Merged by: @joshuaboniface
Base:
master← Head:async3📝 Commits (4)
119f64fMake some methods async6329a36Make method async2b832deFix build4916bfbAddress comment📊 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.