Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js
This commit is contained in:
parent
3cb7fe8d03
commit
31f90319b2
@ -69,9 +69,9 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) {
|
|||||||
let title = 'none';
|
let title = 'none';
|
||||||
|
|
||||||
if (subStream.tags) {
|
if (subStream.tags) {
|
||||||
lang = subStream.tags
|
lang = subStream.tags;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (subStream.tags.title) {
|
if (subStream.tags.title) {
|
||||||
title = subStream.tags.title;
|
title = subStream.tags.title;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user