mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Add hearingImpaired and visualImparied to exporter fields
* `hearingImpaired` for `SubtitleStreams` * `visualImpaired` for `AudioStreams`
This commit is contained in:
parent
f6bffe1850
commit
c4f8a81190
1 changed files with 11 additions and 3 deletions
|
@ -339,7 +339,8 @@ class Export(object):
|
|||
'duration': None,
|
||||
'profile': None,
|
||||
'samplingRate': None,
|
||||
'streamIdentifier': None
|
||||
'streamIdentifier': None,
|
||||
'visualImpaired': None
|
||||
},
|
||||
'subtitleStreams': {
|
||||
'canAutoSync': None,
|
||||
|
@ -362,6 +363,8 @@ class Export(object):
|
|||
'forced': None,
|
||||
'format': None,
|
||||
'headerCompression': None,
|
||||
'hearingImpaired': None,
|
||||
'perfectMatch': None,
|
||||
'providerTitle': None,
|
||||
'score': None,
|
||||
'sourceKey': None,
|
||||
|
@ -761,7 +764,8 @@ class Export(object):
|
|||
'duration': None,
|
||||
'profile': None,
|
||||
'samplingRate': None,
|
||||
'streamIdentifier': None
|
||||
'streamIdentifier': None,
|
||||
'visualImpaired': None
|
||||
},
|
||||
'subtitleStreams': {
|
||||
'canAutoSync': None,
|
||||
|
@ -784,6 +788,8 @@ class Export(object):
|
|||
'forced': None,
|
||||
'format': None,
|
||||
'headerCompression': None,
|
||||
'hearingImpaired': None,
|
||||
'perfectMatch': None,
|
||||
'providerTitle': None,
|
||||
'score': None,
|
||||
'sourceKey': None,
|
||||
|
@ -1098,7 +1104,9 @@ class Export(object):
|
|||
'peak': None,
|
||||
'profile': None,
|
||||
'samplingRate': None,
|
||||
'startRamp': None
|
||||
'startRamp': None,
|
||||
'streamIdentifier': None,
|
||||
'visualImpaired': None
|
||||
},
|
||||
'lyricStreams': {
|
||||
'codec': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue