Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfb46ef032 | |||
| be15783034 |
@@ -286,7 +286,7 @@ public class IgdbService {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (best == null) best = results.get(0);
|
if (best == null) best = results.getFirst();
|
||||||
|
|
||||||
applyMatch(game, best);
|
applyMatch(game, best);
|
||||||
LOG.info("IGDB auto-scrape: applied '" + best.get("name") + "' to '" + game.getTitle() + "'");
|
LOG.info("IGDB auto-scrape: applied '" + best.get("name") + "' to '" + game.getTitle() + "'");
|
||||||
|
|||||||
Reference in New Issue
Block a user