mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 08:53:04 +10:00
@@ -356,7 +356,7 @@ export class IGDBProvider implements MetadataProvider {
|
||||
|
||||
for (let i = 0; i < response.length; i++) {
|
||||
const currentGame = response[i];
|
||||
if(!currentGame) continue;
|
||||
if (!currentGame) continue;
|
||||
|
||||
let iconRaw;
|
||||
const cover = currentGame.cover;
|
||||
|
||||
Reference in New Issue
Block a user