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 88eced3..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,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) {