This commit is contained in:
Georges-Antoine Assi
2026-04-12 16:09:36 -04:00
parent 1b5943bd93
commit 3ce0873931

View File

@@ -168,7 +168,7 @@ class LibretroHandler(MetadataHandler):
)
url_screenshots: list[str] = []
for art_type, listing in zip(extra_art_types, listings[1:]):
for art_type, listing in zip(extra_art_types, listings[1:], strict=False):
if not listing:
continue
extra = self._find_matching_art(fs_name, listing)