fix notification channel for video thumb download

pull/129/head
simon 3 years ago
parent a0d5837519
commit 67bde4c7ec
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -183,12 +183,12 @@ class ThumbManager:
progress = f"{counter}/{len(missing_thumbs)}"
if notify:
mess_dict = {
"status": "message:download",
"status": "message:add",
"level": "info",
"title": "Processing Videos",
"message": "Downloading Thumbnails, Progress: " + progress,
}
RedisArchivist().set_message("message:download", mess_dict)
RedisArchivist().set_message("message:add", mess_dict)
if counter % 25 == 0:
print("thumbnail progress: " + progress)

Loading…
Cancel
Save