Skip to content

Commit

Permalink
Use API image path again for now
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <[email protected]>
  • Loading branch information
marcus-crane committed Aug 24, 2024
1 parent 41fb8d4 commit 3b512d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/live-player.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function renderLivePlayer(data) {



cover.src = "https://gunslinger.utf9k.net/static/" + data.id.replaceAll(":", ".") + ".jpeg"
cover.src = "https://gunslinger.utf9k.net" + data.image
cover.alt = `Cover art for the ${normaliseCategoryName(data.category)} ${data.title} by ${data.subtitle}`

livePlayer.style.opacity = 1
Expand Down

0 comments on commit 3b512d2

Please sign in to comment.