mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7241] [MERGED] Flush to disk async where possible #11316
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/7241
Author: @Bond-009
Created: 1/23/2022
Status: ✅ Merged
Merged: 2/7/2022
Merged by: @crobibero
Base:
master← Head:async5📝 Commits (1)
e7be01dFlush to disk async where possible📊 Changes
21 files changed (+291 additions, -298 deletions)
View changed files
📝
Emby.Dlna/DlnaManager.cs(+2 -1)📝
Emby.Dlna/PlayTo/PlayToController.cs(+5 -5)📝
Emby.Server.Implementations/Library/LibraryManager.cs(+3 -3)📝
Emby.Server.Implementations/LiveTv/EmbyTV/DirectRecorder.cs(+11 -9)📝
Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs(+68 -58)📝
Emby.Server.Implementations/LiveTv/TunerHosts/HdHomerun/HdHomerunUdpStream.cs(+2 -1)📝
Emby.Server.Implementations/LiveTv/TunerHosts/LiveStream.cs(+8 -10)📝
Jellyfin.Server/Infrastructure/SymlinkFollowingPhysicalFileResultExecutor.cs(+8 -6)📝
Jellyfin.Server/Jellyfin.Server.csproj(+0 -4)📝
Jellyfin.Server/Program.cs(+8 -5)📝
MediaBrowser.Controller/Library/IMetadataFileSaver.cs(+0 -5)📝
MediaBrowser.Controller/Library/IMetadataSaver.cs(+3 -3)📝
MediaBrowser.Controller/Providers/IProviderManager.cs(+4 -2)📝
MediaBrowser.LocalMetadata/Savers/BaseXmlSaver.cs(+131 -153)📝
MediaBrowser.LocalMetadata/Savers/BoxSetXmlSaver.cs(+3 -3)📝
MediaBrowser.LocalMetadata/Savers/PlaylistXmlSaver.cs(+6 -3)📝
MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs(+4 -2)📝
MediaBrowser.Providers/Manager/ProviderManager.cs(+8 -14)📝
MediaBrowser.Providers/Subtitles/SubtitleManager.cs(+5 -2)📝
MediaBrowser.XbmcMetadata/EntryPoint.cs(+3 -3)...and 1 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.