mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5598] [MERGED] change HLS endpoint defaults to false #10567
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/5598
Author: @cvium
Created: 3/22/2021
Status: ✅ Merged
Merged: 4/3/2021
Merged by: @Bond-009
Base:
master← Head:fix_hls_default_values📝 Commits (2)
7dedeb6change HLS endpoint defaults to false74e14b4fix 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
truein 10.7, but I don't see any reason for it and found no evidence that they weretruein 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.