From 57f3feba6896033008826818b3260f4474d9cfae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis?= <97699850+janisslsm@users.noreply.github.com> Date: Thu, 10 Nov 2022 20:33:00 +0200 Subject: [PATCH] spotifyControls: make album of local tracks unclickable (#203) --- src/plugins/spotifyControls/PlayerComponent.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/plugins/spotifyControls/PlayerComponent.tsx b/src/plugins/spotifyControls/PlayerComponent.tsx index 16fa2501..6396e020 100644 --- a/src/plugins/spotifyControls/PlayerComponent.tsx +++ b/src/plugins/spotifyControls/PlayerComponent.tsx @@ -293,15 +293,16 @@ function Info({ track }: { track: Track; }) { {track.album.name && ( on  - {track.album.name} - + )}