mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 05:13:21 -07:00
Add streamIdentifier to audio stream export
This commit is contained in:
parent
1ab87e5334
commit
2089172384
2 changed files with 5 additions and 2 deletions
|
@ -309,7 +309,8 @@ class Export(object):
|
|||
'duration': None,
|
||||
'profile': None,
|
||||
'requiredBandwidths': None,
|
||||
'samplingRate': None
|
||||
'samplingRate': None,
|
||||
'streamIdentifier': None
|
||||
},
|
||||
'subtitleStreams': {
|
||||
'codec': None,
|
||||
|
@ -616,7 +617,8 @@ class Export(object):
|
|||
'duration': None,
|
||||
'profile': None,
|
||||
'requiredBandwidths': None,
|
||||
'samplingRate': None
|
||||
'samplingRate': None,
|
||||
'streamIdentifier': None
|
||||
},
|
||||
'subtitleStreams': {
|
||||
'codec': None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue