Skip to content

Commit

Permalink
fix: podcast notification url
Browse files Browse the repository at this point in the history
  • Loading branch information
duzda committed Aug 25, 2024
1 parent faf97ad commit 84a7f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/mpris.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const createMprisListeners = (player: Player, window: BrowserWindow) => {
NOTIFICATIONS_CREATE,
episodeData.EPISODE_TITLE,
episodeData.SHOW_NAME,
DEEZER_SONG_ART_URL +
DEEZER_EPISODE_ART_URL +
episodeData.SHOW_ART_MD5 +
DEEZER_NOTIFICATION_RESOLUTION
);
Expand Down

0 comments on commit 84a7f0c

Please sign in to comment.