Merge branch 'main' into branch-v1.7.0

This commit is contained in:
Michael Green
2024-04-16 11:51:21 +10:00
committed by GitHub

View File

@@ -390,7 +390,7 @@ function renderGameIcon(gameObject, showTitle, showRatings, showClassification,
} else {
gameImage.classList.add(...classes['game_tile_image lazy']);
}
//gameImage.src = '/images/unknowngame.png';
// gameImage.src = '/images/unknowngame.png';
if (gameObject.cover) {
gameImage.setAttribute('data-src', '/api/v1.1/Games/' + gameObject.id + '/cover/image/cover_big/' + gameObject.cover.imageId + '.jpg');
} else {