mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5600] [MERGED] Fix hls defaults for 10.7 #10569
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/5600
Author: @cvium
Created: 3/23/2021
Status: ✅ Merged
Merged: 3/28/2021
Merged by: @cvium
Base:
release-10.7.z← Head:fix-hls-defaults-10.7📝 Commits (4)
210d104change HLS endpoint defaults to false5e0f480fix build and isdirectstream1f07586forgot streaminfo8f16e10Apply suggestions from code review📊 Changes
11 files changed (+76 additions, -137 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/HlsSegmentController.cs(+3 -3)📝
Jellyfin.Api/Controllers/ImageByNameController.cs(+3 -3)📝
Jellyfin.Api/Controllers/UniversalAudioController.cs(+6 -6)📝
Jellyfin.Api/Controllers/VideoHlsController.cs(+6 -6)📝
Jellyfin.Api/Controllers/VideosController.cs(+6 -6)📝
MediaBrowser.Model/Dlna/StreamInfo.cs(+1 -3)➖
tests/Jellyfin.Api.Tests/TestAppHost.cs(+0 -55)📝
tests/Jellyfin.Naming.Tests/Video/MultiVersionTests.cs(+2 -2)📄 Description
Changes
Because of conflicts I've had to make a separate PR. This is a re-implementation of #5598 for 10.7.2.
Issues
Maybe #5591
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.