[iwara] make 'type' available for directories (#8245)

This commit is contained in:
Mike Fährmann
2025-09-20 09:01:01 +02:00
parent ae43182848
commit 44d78a6c7d

View File

@@ -45,6 +45,7 @@ class IwaraExtractor(Extractor):
image["id"], exc.__class__.__name__, exc)
continue
group_info["type"] = "image"
group_info["count"] = len(files)
yield Message.Directory, group_info
for num, file in enumerate(files, 1):