From 001d1ee15063d572e41a2171d21158d959fe6eeb Mon Sep 17 00:00:00 2001 From: Chris Browet Date: Sat, 5 Feb 2022 14:40:04 +0100 Subject: [PATCH] least common channels --- custom_components/jellyfin/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/jellyfin/__init__.py b/custom_components/jellyfin/__init__.py index ef6b3bc..4f95f30 100644 --- a/custom_components/jellyfin/__init__.py +++ b/custom_components/jellyfin/__init__.py @@ -1158,7 +1158,7 @@ class JellyfinClientManager(object): "Protocol": "http", "AudioCodec": "aac,mp3,opus,flac,vorbis", "VideoCodec": "h264,mpeg4,mpeg2video", - "MaxAudioChannels": "6", + "MaxAudioChannels": "2", }, {"Container": "jpeg", "Type": "Photo"}, ], @@ -1178,7 +1178,7 @@ class JellyfinClientManager(object): "Container": "mp4,m4v", "AudioCodec": "aac,mp3,opus,flac,vorbis", "VideoCodec": "h264,mpeg4,mpeg2video", - "MaxAudioChannels": "6", + "MaxAudioChannels": "2", }, ], "ResponseProfiles": [],