mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16:37 +00:00
Remove an unnecessary condition
This commit is contained in:
parent
1be1e583e5
commit
8080f69076
@ -848,8 +848,7 @@ def wait_for_media_premiere(media_id):
|
||||
|
||||
if hours:
|
||||
task = get_media_premiere_task(media_id)
|
||||
if task:
|
||||
update_task_status(task, f'available in {hours} hours')
|
||||
update_task_status(task, f'available in {hours} hours')
|
||||
save_model(media)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user