From f3fb60a1a0fa5156bd0a4569a383224cdbabd961 Mon Sep 17 00:00:00 2001 From: krolxon Date: Sun, 12 May 2024 17:17:57 +0530 Subject: fix highlight delay when song deleted from queue --- src/connection.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/connection.rs') diff --git a/src/connection.rs b/src/connection.rs index d752178..bbe14f6 100755 --- a/src/connection.rs +++ b/src/connection.rs @@ -110,8 +110,7 @@ impl Connection { // Current song self.current_song = current_song; - // - + // Stats self.stats = stats; } -- cgit v1.2.3