Skip to content

Commit

Permalink
Merge pull request #1122 from SaraVieira/fix/icon-names
Browse files Browse the repository at this point in the history
fix(icons) - match icon names to platform names
  • Loading branch information
gantoine authored Aug 27, 2024
2 parents ee93deb + fa240e0 commit 6eef946
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/handler/metadata/moby_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ class SlugToMobyId(TypedDict):
"sega-cd": {"id": 20, "name": "SEGA CD"},
"segacd": {"id": 20, "name": "SEGA CD"}, # IGDB
"sega-master-system": {"id": 26, "name": "SEGA Master System"},
"sms": {"id": 26, "name": "SEGA Master System"}, # IGDB
"sega-pico": {"id": 103, "name": "SEGA Pico"},
"sega-saturn": {"id": 23, "name": "SEGA Saturn"},
"saturn": {"id": 23, "name": "SEGA Saturn"}, # IGDB
Expand Down
Binary file added frontend/assets/platforms/sega-master-system.ico
Binary file not shown.

0 comments on commit 6eef946

Please sign in to comment.