mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-23 05:26:37 +00:00
Do not try to refresh formats when no metadata exists
This commit is contained in:
parent
84ade182e2
commit
5cd372c92d
@ -597,6 +597,7 @@ def save_all_media_for_source(source_id):
|
||||
skip=False,
|
||||
manual_skip=False,
|
||||
downloaded=False,
|
||||
metadata__isnull=False,
|
||||
)
|
||||
for media in refresh_qs:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user