mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-14 01:36:08 -07:00
Catch correction
This commit is contained in:
parent
c41b441409
commit
77c9711bfd
1 changed files with 6 additions and 0 deletions
|
|
@ -70,6 +70,10 @@ function plugin(file) {
|
||||||
|
|
||||||
AC3CommentaryCount++
|
AC3CommentaryCount++
|
||||||
}
|
}
|
||||||
|
} catch (err) { }
|
||||||
|
|
||||||
|
try {
|
||||||
|
|
||||||
|
|
||||||
if(file.ffProbeData.streams[i].codec_type.toLowerCase() == "subtitle"){
|
if(file.ffProbeData.streams[i].codec_type.toLowerCase() == "subtitle"){
|
||||||
|
|
||||||
|
|
@ -78,6 +82,8 @@ function plugin(file) {
|
||||||
}
|
}
|
||||||
|
|
||||||
} catch (err) { }
|
} catch (err) { }
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue