From 49abfbc03fdb57bbbf3fba1fd87b809b40aa7787 Mon Sep 17 00:00:00 2001 From: Michael Usher Date: Mon, 18 Aug 2025 18:10:58 +1000 Subject: [PATCH] fix: error when playlist images attribute is null --- spotizerr-ui/src/routes/playlist.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotizerr-ui/src/routes/playlist.tsx b/spotizerr-ui/src/routes/playlist.tsx index e9171d8..342a65a 100644 --- a/spotizerr-ui/src/routes/playlist.tsx +++ b/spotizerr-ui/src/routes/playlist.tsx @@ -190,7 +190,7 @@ export const Playlist = () => {
{playlistMetadata.name} @@ -255,7 +255,7 @@ export const Playlist = () => { {index + 1} {track.album.name}