Add transient to subtitle stream export

This commit is contained in:
JonnyWong16 2020-11-25 21:46:24 -08:00
parent 2089172384
commit 91a8c0e7a0
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 5 additions and 2 deletions

View file

@ -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
}
}
},