Catch correction

This commit is contained in:
HaveAGitGat 2019-09-28 00:52:43 +01:00 committed by GitHub
parent c41b441409
commit 77c9711bfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) { }
}