mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #13405] [MERGED] Remove useless checks and dead code #13562
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/13405
Author: @Bond-009
Created: 1/22/2025
Status: ✅ Merged
Merged: 1/28/2025
Merged by: @Bond-009
Base:
master← Head:cleanup5📝 Commits (3)
47f7988Remove useless checks and dead code3aa1ebbEnable adaptive bitrate streaming againa70200aDisable adaptive bitrate streaming by default📊 Changes
12 files changed (+30 additions, -75 deletions)
View changed files
📝
Emby.Server.Implementations/Library/LibraryManager.cs(+1 -8)📝
Emby.Server.Implementations/Library/UserViewManager.cs(+13 -17)📝
Jellyfin.Api/Auth/CustomAuthenticationHandler.cs(+1 -1)📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+2 -2)📝
Jellyfin.Api/Controllers/UniversalAudioController.cs(+1 -1)📝
Jellyfin.Api/Helpers/DynamicHlsHelper.cs(+3 -5)📝
MediaBrowser.Common/Net/NetworkUtils.cs(+2 -1)📝
MediaBrowser.Controller/Entities/Folder.cs(+0 -5)📝
MediaBrowser.Controller/Entities/TV/Season.cs(+1 -1)📝
MediaBrowser.Model/Dlna/StreamBuilder.cs(+4 -4)📝
MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs(+1 -1)📝
src/Jellyfin.LiveTv/IO/EncodedRecorder.cs(+1 -29)📄 Description
Mostly old Emby stuff
Enables adaptive bitrate streaming, this is a separate commit so we can easily revert if it causes any issues.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.