Skip to content

Commit

Permalink
Filtered games without emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
syd711 committed Nov 29, 2024
1 parent 9e49ab6 commit 4f90e03
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@ private Game setGameEmulator(Game game) {
if (emulator != null) {
game.setEmulator(emulator);
}
else {
LOG.info("No emulator found for {}/{}/{}", game, game.getId(), game.getEmulatorId());
}

FrontendMediaItem frontendMediaItem = getGameMedia(game).getDefaultMediaItem(VPinScreen.Wheel);
if (frontendMediaItem != null) {
Expand Down

0 comments on commit 4f90e03

Please sign in to comment.