From 43ded9a017f193b3b8b4fa0b4a80e024057d02df Mon Sep 17 00:00:00 2001 From: mani Date: Thu, 8 Jan 2026 23:33:07 +0100 Subject: [PATCH] Update jellyfin-server: fix Xbox playback --- Jellyfin.Api/Helpers/MediaInfoHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jellyfin.Api/Helpers/MediaInfoHelper.cs b/Jellyfin.Api/Helpers/MediaInfoHelper.cs index 5d2a87ef05..973277b8db 100644 --- a/Jellyfin.Api/Helpers/MediaInfoHelper.cs +++ b/Jellyfin.Api/Helpers/MediaInfoHelper.cs @@ -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) {