Catch correction
This commit is contained in:
parent
c41b441409
commit
77c9711bfd
@ -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…
Reference in New Issue
Block a user