Skip to content

Commit

Permalink
Fix episodeImagekUrl for playlists
Browse files Browse the repository at this point in the history
- show the episode image when click and element inside a playlist
  • Loading branch information
MrChuckomo committed Dec 10, 2023
1 parent 29c550b commit 5e4fdb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/js/playlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ function showPlaylistContent(_Self) {
ListElement.setAttribute('url', NewEpisodesJsonContent[a].episodeUrl);
ListElement.setAttribute('length', NewEpisodesJsonContent[a].episodeLength);
ListElement.setAttribute('artworkUrl', Artwork);
ListElement.setAttribute('episodeImagekUrl', NewEpisodesJsonContent[a].episodeImage);
ListElement.setAttribute('onclick', 'window.audioAPI.clickEpisode(this)');

// NOTE: show just episodes of the playlist saved podcast
Expand Down

0 comments on commit 5e4fdb9

Please sign in to comment.