mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Add transient to subtitle stream export
This commit is contained in:
parent
2089172384
commit
91a8c0e7a0
2 changed files with 5 additions and 2 deletions
|
@ -330,7 +330,8 @@ class Export(object):
|
|||
'forced': None,
|
||||
'format': None,
|
||||
'headerCompression': None,
|
||||
'key': None
|
||||
'key': None,
|
||||
'transient': None
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -638,7 +639,8 @@ class Export(object):
|
|||
'forced': None,
|
||||
'format': None,
|
||||
'headerCompression': None,
|
||||
'key': None
|
||||
'key': None,
|
||||
'transient': None
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue