diff --git a/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js b/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js index 4876261..7de46f5 100644 --- a/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js +++ b/Community/Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js @@ -69,9 +69,9 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) { let title = 'none'; if (subStream.tags) { - lang = subStream.tags + lang = subStream.tags; } - + if (subStream.tags.title) { title = subStream.tags.title; }