Do not try to refresh formats when no metadata exists

This commit is contained in:
tcely 2025-03-08 17:04:11 -05:00 committed by GitHub
parent 84ade182e2
commit 5cd372c92d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -597,6 +597,7 @@ def save_all_media_for_source(source_id):
skip=False, skip=False,
manual_skip=False, manual_skip=False,
downloaded=False, downloaded=False,
metadata__isnull=False,
) )
for media in refresh_qs: for media in refresh_qs:
try: try: