Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js

fixed missing .language tag
make-only-subtitle-default
drpeppershaker 5 years ago committed by GitHub
parent ef74d9039a
commit e7fbbcdf2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,7 +69,7 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) {
let title = 'none';
if (subStream.tags) {
lang = subStream.tags;
lang = subStream.tags.language;
}
if (subStream.tags.title) {

Loading…
Cancel
Save