Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js

make-only-subtitle-default
drpeppershaker 5 years ago committed by GitHub
parent c67334ee73
commit 3cb7fe8d03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save