[PR #13405] [MERGED] Remove useless checks and dead code #13562

Closed
opened 2026-02-07 07:15:11 +03:00 by OVERLORD · 0 comments
Owner

📋 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: masterHead: cleanup5


📝 Commits (3)

  • 47f7988 Remove useless checks and dead code
  • 3aa1ebb Enable adaptive bitrate streaming again
  • a70200a Disable 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/13405 **Author:** [@Bond-009](https://github.com/Bond-009) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `cleanup5` --- ### 📝 Commits (3) - [`47f7988`](https://github.com/jellyfin/jellyfin/commit/47f798827b956dbacfed2a870bab02e7ffc0da12) Remove useless checks and dead code - [`3aa1ebb`](https://github.com/jellyfin/jellyfin/commit/3aa1ebb50028ec649a84b730a46b7df7716472e7) Enable adaptive bitrate streaming again - [`a70200a`](https://github.com/jellyfin/jellyfin/commit/a70200af149eb5702178483d5bcc4d50a73e784f) Disable adaptive bitrate streaming by default ### 📊 Changes **12 files changed** (+30 additions, -75 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Mostly old Emby stuff Enables adaptive bitrate streaming, this is a separate commit so we can easily revert if it causes any issues. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:15:11 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13562