mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
commit
62b9fc1dc0
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ function plugin(file) {
|
|||
|
||||
try {
|
||||
if (
|
||||
file.ffProbeData.streams[i].channels >= 6 &&
|
||||
file.ffProbeData.streams[i].channels == 6 &&
|
||||
file.ffProbeData.streams[i].codec_name !== "ac3" &&
|
||||
file.ffProbeData.streams[i].codec_type.toLowerCase() == "audio"
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue