mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-10 01:38:49 +01:00
update stream building
This commit is contained in:
@@ -550,7 +550,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
|
||||
if (audioStream != null && !audioSupported)
|
||||
{
|
||||
list.Add(TranscodeReason.VideoCodecNotSupported);
|
||||
list.Add(TranscodeReason.AudioCodecNotSupported);
|
||||
}
|
||||
|
||||
return list;
|
||||
|
||||
@@ -38,6 +38,7 @@
|
||||
ChannelUp = 30,
|
||||
ChannelDown = 31,
|
||||
SetMaxStreamingBitrate = 31,
|
||||
Guide = 32
|
||||
Guide = 32,
|
||||
ToggleStats = 33
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user