mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 13:36:35 +00:00
Remove code that didn't work
This method of changing `verbose_name` didn't result in any visible changes.
This commit is contained in:
parent
4b08062761
commit
3b58d86cd3
@ -603,10 +603,5 @@ def wait_for_media_premiere(media_id):
|
||||
else:
|
||||
media.manual_skip = True
|
||||
media.title = _(f'Premieres in {hours(td(media.published))} hours')
|
||||
task = get_media_premiere_task(str(media.pk))
|
||||
if task:
|
||||
task.verbose_name = _(f'Waiting for premiere of "{media.key}" '
|
||||
f'in {hours(td(media.published))} hours')
|
||||
task.save()
|
||||
media.save()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user