支持不上传视频(待测试)

This commit is contained in:
2019-04-08 18:33:29 +08:00
parent b55686d095
commit 5e3f9e9aee
3 changed files with 8 additions and 1 deletions

View File

@ -73,6 +73,7 @@ def getAllStats():
"config": {
"forceNotBroadcasting": Common.forceNotBroadcasting,
"forceStopDownload": Common.forceStopDownload,
"forceNotUpload": Common.forceNotUpload,
}
}})
@ -95,6 +96,7 @@ def getConfigStats():
"config": {
"forceNotBroadcasting": Common.forceNotBroadcasting,
"forceStopDownload": Common.forceStopDownload,
"forceNotUpload": Common.forceNotUpload,
}
}})