mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Update Tdarr_Plugin_rr01_drpeppershaker_extract_subs_to_SRT.js
This commit is contained in:
parent
c67334ee73
commit
3cb7fe8d03
1 changed files with 2 additions and 2 deletions
|
|
@ -69,9 +69,9 @@ 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) {
|
||||
title = subStream.tags.title;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue