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
fixed missing .language tag
This commit is contained in:
parent
ef74d9039a
commit
e7fbbcdf2e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ module.exports.plugin = function plugin(file, librarySettings, inputs) {
|
|||
let title = 'none';
|
||||
|
||||
if (subStream.tags) {
|
||||
lang = subStream.tags;
|
||||
lang = subStream.tags.language;
|
||||
}
|
||||
|
||||
if (subStream.tags.title) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue