mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-04 19:30:13 +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:
|
except KeyError:
|
||||||
message = ""
|
message = ""
|
||||||
mess_dict = {
|
mess_dict = {
|
||||||
"status": "downloading",
|
"status": "message:download",
|
||||||
"level": "info",
|
"level": "info",
|
||||||
"title": title,
|
"title": title,
|
||||||
"message": message,
|
"message": message,
|
||||||
|
@ -233,7 +233,7 @@ class RedisArchivist:
|
|||||||
if cache_file:
|
if cache_file:
|
||||||
filename = cache_file[0][12:].replace("_", " ").split(".")[0]
|
filename = cache_file[0][12:].replace("_", " ").split(".")[0]
|
||||||
mess_dict = {
|
mess_dict = {
|
||||||
"status": "downloading",
|
"status": "message:download",
|
||||||
"level": "info",
|
"level": "info",
|
||||||
"title": "Downloading: " + filename,
|
"title": "Downloading: " + filename,
|
||||||
"message": "",
|
"message": "",
|
||||||
|
Loading…
Reference in New Issue
Block a user