mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #6657] [MERGED] Remove workaround for dotnet/runtime#42790 #11072
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/6657
Author: @Bond-009
Created: 10/3/2021
Status: ✅ Merged
Merged: 10/9/2021
Merged by: @cvium
Base:
master← Head:dotnetbug📝 Commits (1)
9af16fcRemove workaround for dotnet/runtime#42790📊 Changes
18 files changed (+77 additions, -74 deletions)
View changed files
📝
Emby.Dlna/DlnaManager.cs(+6 -3)📝
Emby.Drawing/ImageProcessor.cs(+1 -1)📝
Emby.Server.Implementations/AppBase/ConfigurationHelper.cs(+4 -5)📝
Emby.Server.Implementations/LiveTv/EmbyTV/DirectRecorder.cs(+2 -4)📝
Emby.Server.Implementations/LiveTv/EmbyTV/EmbyTV.cs(+4 -8)📝
Emby.Server.Implementations/LiveTv/EmbyTV/EncodedRecorder.cs(+1 -1)📝
Jellyfin.Api/Controllers/RemoteImageController.cs(+0 -31)📝
MediaBrowser.LocalMetadata/Savers/BaseXmlSaver.cs(+10 -2)📝
MediaBrowser.MediaEncoding/Subtitles/SubtitleEncoder.cs(+0 -1)📝
MediaBrowser.Model/IO/AsyncFile.cs(+19 -0)📝
MediaBrowser.Providers/Manager/ImageSaver.cs(+4 -2)📝
MediaBrowser.Providers/Manager/ItemImageProvider.cs(+1 -1)📝
MediaBrowser.Providers/Manager/ProviderManager.cs(+1 -2)📝
MediaBrowser.Providers/Plugins/AudioDb/AudioDbAlbumProvider.cs(+5 -2)📝
MediaBrowser.Providers/Plugins/AudioDb/AudioDbArtistProvider.cs(+4 -2)📝
MediaBrowser.Providers/Studios/StudiosImageProvider.cs(+2 -5)📝
MediaBrowser.Providers/Subtitles/SubtitleManager.cs(+4 -2)📝
MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs(+9 -2)📄 Description
Didn't have to change much as
FileShare.Nonealready is the default when writing.Also added a
PreallocationSizewhere possibleFixes #6482
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.