[PR #5598] [MERGED] change HLS endpoint defaults to false #10567

Closed
opened 2026-02-07 06:22:40 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5598
Author: @cvium
Created: 3/22/2021
Status: Merged
Merged: 4/3/2021
Merged by: @Bond-009

Base: masterHead: fix_hls_default_values


📝 Commits (2)

  • 7dedeb6 change HLS endpoint defaults to false
  • 74e14b4 fix isdirectstream default

📊 Changes

7 files changed (+66 additions, -72 deletions)

View changed files

📝 Emby.Dlna/PlayTo/PlayToController.cs (+1 -5)
📝 Jellyfin.Api/Controllers/AudioController.cs (+12 -12)
📝 Jellyfin.Api/Controllers/DynamicHlsController.cs (+36 -36)
📝 Jellyfin.Api/Controllers/UniversalAudioController.cs (+4 -4)
📝 Jellyfin.Api/Controllers/VideoHlsController.cs (+6 -6)
📝 Jellyfin.Api/Controllers/VideosController.cs (+6 -6)
📝 MediaBrowser.Model/Dlna/StreamInfo.cs (+1 -3)

📄 Description

Changes
Some flags were default true in 10.7, but I don't see any reason for it and found no evidence that they were true in 10.6.4.

Someone please verify.

Issues
Maybe #5591


🔄 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/5598 **Author:** [@cvium](https://github.com/cvium) **Created:** 3/22/2021 **Status:** ✅ Merged **Merged:** 4/3/2021 **Merged by:** [@Bond-009](https://github.com/Bond-009) **Base:** `master` ← **Head:** `fix_hls_default_values` --- ### 📝 Commits (2) - [`7dedeb6`](https://github.com/jellyfin/jellyfin/commit/7dedeb6c795cb7764ec1cd1d2cd943f5c5506847) change HLS endpoint defaults to false - [`74e14b4`](https://github.com/jellyfin/jellyfin/commit/74e14b4ca591b9043435ee1065827101379b1318) fix isdirectstream default ### 📊 Changes **7 files changed** (+66 additions, -72 deletions) <details> <summary>View changed files</summary> 📝 `Emby.Dlna/PlayTo/PlayToController.cs` (+1 -5) 📝 `Jellyfin.Api/Controllers/AudioController.cs` (+12 -12) 📝 `Jellyfin.Api/Controllers/DynamicHlsController.cs` (+36 -36) 📝 `Jellyfin.Api/Controllers/UniversalAudioController.cs` (+4 -4) 📝 `Jellyfin.Api/Controllers/VideoHlsController.cs` (+6 -6) 📝 `Jellyfin.Api/Controllers/VideosController.cs` (+6 -6) 📝 `MediaBrowser.Model/Dlna/StreamInfo.cs` (+1 -3) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> **Changes** Some flags were default `true` in 10.7, but I don't see any reason for it and found no evidence that they were `true` in 10.6.4. Someone please verify. **Issues** Maybe #5591 --- <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 06:22:40 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10567