mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -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++
|
||||
}
|
||||
} catch (err) { }
|
||||
|
||||
try {
|
||||
|
||||
|
||||
if(file.ffProbeData.streams[i].codec_type.toLowerCase() == "subtitle"){
|
||||
|
||||
|
|
@ -78,6 +82,8 @@ function plugin(file) {
|
|||
}
|
||||
|
||||
} catch (err) { }
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue