We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78156de commit 6759e87Copy full SHA for 6759e87
views/partials/result.ejs
@@ -11,7 +11,7 @@
11
}
12
const coverarts = metadata.coverartid ? JSON.parse(metadata.coverartid) : []
13
const coverartId = coverarts[file.region] || coverarts.default
14
- const coverUrl = coverartId ? `/proxy-image?url=https://images.igdb.com/igdb/image/upload/t_cover_big_2x/${coverartId}.webp` : "/public/images/coverart/nocoverart.png"
+ const coverUrl = coverartId ? `/proxy-image?url=https://images.igdb.com/igdb/image/upload/t_cover_big/${coverartId}.webp` : "/public/images/coverart/nocoverart.png"
15
%>
16
<div class="col-md-auto row align-items-start searchresult">
17
<div class="cover">
0 commit comments