Skip to content

Commit

Permalink
fix: adapt to new fs_name rom property
Browse files Browse the repository at this point in the history
  • Loading branch information
zurdi15 committed Feb 4, 2025
1 parent 402c19d commit 78eb3f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/handler/scan_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ async def fetch_ss_rom():
)
):
return await meta_ss_handler.get_rom(
rom_attrs["file_name"], platform_ss_id=platform.ss_id
rom_attrs["fs_name"], platform_ss_id=platform.ss_id
)

return SSGamesRom(ss_id=None)
Expand Down
1 change: 1 addition & 0 deletions frontend/src/components/common/Game/Dialog/MatchRom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ onBeforeUnmount(() => {
@click="searchRom()"
class="bg-toplayer"
variant="text"
rounded="0"
icon="mdi-search-web"
block
:disabled="searching"
Expand Down

0 comments on commit 78eb3f9

Please sign in to comment.