mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 12:45:47 -07:00
Add subtitleStream exporter fields for on-demand subtitles
This commit is contained in:
parent
24fbc9a17a
commit
67842cfa02
1 changed files with 10 additions and 2 deletions
|
@ -363,7 +363,11 @@ class Export(object):
|
|||
'forced': None,
|
||||
'format': None,
|
||||
'headerCompression': None,
|
||||
'transient': None
|
||||
'providerTitle': None,
|
||||
'score': None,
|
||||
'sourceKey': None,
|
||||
'transient': None,
|
||||
'userID': None
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -759,7 +763,11 @@ class Export(object):
|
|||
'forced': None,
|
||||
'format': None,
|
||||
'headerCompression': None,
|
||||
'transient': None
|
||||
'providerTitle': None,
|
||||
'score': None,
|
||||
'sourceKey': None,
|
||||
'transient': None,
|
||||
'userID': None
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue