Merge pull request #3 from drpeppershaker/drpeppershaker-patch-2
Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js
This commit is contained in:
commit
962de2e0fc
@ -69,7 +69,7 @@ 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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user