mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3825] [MERGED] Merge master into api-migration #9716
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/3825
Author: @crobibero
Created: 8/5/2020
Status: ✅ Merged
Merged: 8/5/2020
Merged by: @joshuaboniface
Base:
api-migration← Head:api-merge-again📝 Commits (10+)
a6d80f5Add a much shorter timeout to the CollectArtifacts job7c60510Experiment for the SSH task.3ee28c0Switch to sudo -nd191fecMinor fixes for websocket code6f306f0Minor fixes to ActivityManagere7af118Update README.mdb4c6ae9disable compatibility checks for now2b355c3Minor improvementsb9d1d1cMerge pull request #3801 from michael9dk/patch-14980db1Fix spelling📊 Changes
31 files changed (+316 additions, -240 deletions)
View changed files
📝
.ci/azure-pipelines-abi.yml(+16 -12)📝
.ci/azure-pipelines-package.yml(+7 -12)📝
Emby.Server.Implementations/Data/SqliteItemRepository.cs(+32 -26)📝
Emby.Server.Implementations/HttpServer/HttpListenerHost.cs(+1 -1)📝
Emby.Server.Implementations/HttpServer/WebSocketConnection.cs(+4 -4)📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+1 -1)📝
Jellyfin.Api/Controllers/SubtitleController.cs(+1 -2)📝
Jellyfin.Server.Implementations/Activity/ActivityManager.cs(+3 -2)📝
MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs(+2 -0)📝
MediaBrowser.MediaEncoding/BdInfo/BdInfoDirectoryInfo.cs(+14 -5)📝
MediaBrowser.MediaEncoding/BdInfo/BdInfoExaminer.cs(+4 -0)📝
MediaBrowser.MediaEncoding/BdInfo/BdInfoFileInfo.cs(+11 -8)📝
MediaBrowser.MediaEncoding/Configuration/EncodingConfigurationFactory.cs(+2 -32)➕
MediaBrowser.MediaEncoding/Configuration/EncodingConfigurationStore.cs(+38 -0)📝
MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs(+17 -15)📝
MediaBrowser.MediaEncoding/Encoder/EncodingUtils.cs(+2 -0)📝
MediaBrowser.MediaEncoding/Encoder/MediaEncoder.cs(+47 -30)📝
MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj(+13 -0)📝
MediaBrowser.MediaEncoding/Probing/FFProbeHelpers.cs(+3 -0)📝
MediaBrowser.MediaEncoding/Probing/MediaChapter.cs(+2 -0)...and 11 more files
📄 Description
393666e🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.