mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5980] [MERGED] Fix direct play for DirectPlayProfiles without any codecs set #10761
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/5980
Author: @Maxr1998
Created: 5/5/2021
Status: ✅ Merged
Merged: 5/5/2021
Merged by: @Bond-009
Base:
master← Head:fix-direct-play📝 Commits (1)
65a9a47Fix direct play for DirectPlayProfiles without any codecs set📊 Changes
1 file changed (+2 additions, -1 deletions)
View changed files
📝
MediaBrowser.Model/Dlna/ContainerProfile.cs(+2 -1)📄 Description
70771fdcd6broke direct play by treating empty container/codec strings as unsupported inContainerProfile.ContainsContainer()(which is also used for video and audio codec checks). Instead, they should be treated as supported, for both the positive and negative list option.Changes
70771fdcd6.Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.