Update jellyfin-server: fix Xbox playback
This commit is contained in:
@@ -545,7 +545,7 @@ public class MediaInfoHelper
|
||||
return;
|
||||
}
|
||||
|
||||
_logger.LogDebug("Filtering unsupported codecs for Xbox device: {DeviceId}", deviceId);
|
||||
_logger.LogWarning("Filtering unsupported codecs for Xbox device: {DeviceId}", deviceId);
|
||||
|
||||
if (profile.DirectPlayProfiles is not null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user