mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 20:00:15 +00:00
fix old status variables for message
This commit is contained in:
parent
f7b5082983
commit
1d262fc936
@ -591,7 +591,7 @@ class VideoDownloader:
|
||||
except KeyError:
|
||||
message = ""
|
||||
mess_dict = {
|
||||
"status": "downloading",
|
||||
"status": "message:download",
|
||||
"level": "info",
|
||||
"title": title,
|
||||
"message": message,
|
||||
|
@ -233,7 +233,7 @@ class RedisArchivist:
|
||||
if cache_file:
|
||||
filename = cache_file[0][12:].replace("_", " ").split(".")[0]
|
||||
mess_dict = {
|
||||
"status": "downloading",
|
||||
"status": "message:download",
|
||||
"level": "info",
|
||||
"title": "Downloading: " + filename,
|
||||
"message": "",
|
||||
|
Loading…
Reference in New Issue
Block a user