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 da38db3 commit dc82179
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/playlists/PlayMeta.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ function PlayMeta() {
path = `/plays/${toTitleCaseTrimmed(play_obj.name)}`
}
setMetaImage( `${path}/cover.png`)
console.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 dc82179

Please sign in to comment.