mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 22:16:37 +00:00
priority: 25: save_all_media_for_source
This commit is contained in:
parent
61623b66ab
commit
11baadc6ef
@ -647,7 +647,7 @@ def rescan_media_server(mediaserver_id):
|
||||
mediaserver.update()
|
||||
|
||||
|
||||
@background(schedule=dict(run_at=300), remove_existing_tasks=True)
|
||||
@background(schedule=dict(priority=25, run_at=300), remove_existing_tasks=True)
|
||||
def save_all_media_for_source(source_id):
|
||||
'''
|
||||
Iterates all media items linked to a source and saves them to
|
||||
|
Loading…
Reference in New Issue
Block a user