mirror of
https://github.com/sudoxnym/fin-assistant.git
synced 2026-04-14 11:37:38 +00:00
least common channels
This commit is contained in:
parent
a296e437c2
commit
001d1ee150
1 changed files with 2 additions and 2 deletions
|
|
@ -1158,7 +1158,7 @@ class JellyfinClientManager(object):
|
||||||
"Protocol": "http",
|
"Protocol": "http",
|
||||||
"AudioCodec": "aac,mp3,opus,flac,vorbis",
|
"AudioCodec": "aac,mp3,opus,flac,vorbis",
|
||||||
"VideoCodec": "h264,mpeg4,mpeg2video",
|
"VideoCodec": "h264,mpeg4,mpeg2video",
|
||||||
"MaxAudioChannels": "6",
|
"MaxAudioChannels": "2",
|
||||||
},
|
},
|
||||||
{"Container": "jpeg", "Type": "Photo"},
|
{"Container": "jpeg", "Type": "Photo"},
|
||||||
],
|
],
|
||||||
|
|
@ -1178,7 +1178,7 @@ class JellyfinClientManager(object):
|
||||||
"Container": "mp4,m4v",
|
"Container": "mp4,m4v",
|
||||||
"AudioCodec": "aac,mp3,opus,flac,vorbis",
|
"AudioCodec": "aac,mp3,opus,flac,vorbis",
|
||||||
"VideoCodec": "h264,mpeg4,mpeg2video",
|
"VideoCodec": "h264,mpeg4,mpeg2video",
|
||||||
"MaxAudioChannels": "6",
|
"MaxAudioChannels": "2",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
"ResponseProfiles": [],
|
"ResponseProfiles": [],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue