Skip to content

Commit

Permalink
debug log added
Browse files Browse the repository at this point in the history
  • Loading branch information
koustov committed Jul 30, 2022
1 parent dc82179 commit 2b58c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/playlists/PlayMeta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function PlayMeta() {
path = `/plays/${toTitleCaseTrimmed(play_obj.name)}`
}
setMetaImage( `${path}/cover.png`)
console.log(`Path to cover image: ${path}/cover.png`)
console.log(`DEBUG LOG: Path to cover image: ${path}/cover.png`)
} catch {
// If no image is available, cover stays as undefined
console.log("No cover available.");
Expand Down

0 comments on commit 2b58c1d

Please sign in to comment.