Skip to content

Commit c07fb55

Browse files
committed
Allow preview.jpeg
1 parent 6eb5c74 commit c07fb55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/better_combos.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def populate_items(names, type):
8585

8686
file_path_no_ext = os.path.splitext(file_path)[0]
8787

88-
for ext in ["png", "jpg", "jpeg", "preview.png"]:
88+
for ext in ["png", "jpg", "jpeg", "preview.png", "preview.jpeg"]:
8989
has_image = os.path.isfile(file_path_no_ext + "." + ext)
9090
if has_image:
9191
item_image = f"{file_name}.{ext}"

0 commit comments

Comments
 (0)