mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Make Live TV compatibility profiles customizable (#12529)
This commit is contained in:
parent
84b20afe1f
commit
b4f71859d9
6 changed files with 29 additions and 21 deletions
|
|
@ -805,6 +805,7 @@ namespace MediaBrowser.Model.Dlna
|
|||
}
|
||||
|
||||
var transcodingProfiles = options.Profile.TranscodingProfiles
|
||||
.Where(i => !item.UseMostCompatibleTranscodingProfile || string.Equals(i.Container, "ts", StringComparison.OrdinalIgnoreCase))
|
||||
.Where(i => i.Type == playlistItem.MediaType && i.Context == options.Context);
|
||||
|
||||
if (options.AllowVideoStreamCopy)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue