Add transient to subtitle stream export

This commit is contained in:
JonnyWong16
2020-11-25 21:46:24 -08:00
parent 2089172384
commit 91a8c0e7a0
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
}
}
},