From 0723cddf0e0ef11ad9a6e538b9ab5f3eeb89ddc1 Mon Sep 17 00:00:00 2001 From: deauthe Date: Sun, 30 Jun 2024 15:56:44 +0530 Subject: [PATCH] fix #479 Incorrect like status in ShowActions(#479) --- spotify_player/src/command.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spotify_player/src/command.rs b/spotify_player/src/command.rs index a525e5e2..332565ba 100644 --- a/spotify_player/src/command.rs +++ b/spotify_player/src/command.rs @@ -160,9 +160,9 @@ pub fn construct_track_actions(track: &Track, data: &DataReadGuard) -> Vec