Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js

This commit is contained in:
drpeppershaker 2020-12-23 16:50:35 -05:00 committed by GitHub
parent 70419a1d98
commit ef74d9039a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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