aboutsummaryrefslogtreecommitdiff
path: root/src/connection.rs
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-05-12 17:17:57 +0530
committerkrolxon <krolyxon@tutanota.com>2024-05-12 17:17:57 +0530
commitf3fb60a1a0fa5156bd0a4569a383224cdbabd961 (patch)
tree9681900b17601c61e33f4e664f5662dd327c344f /src/connection.rs
parent633841700263a055a13a4ba41e9026a1abc5073c (diff)
fix highlight delay when song deleted from queue
Diffstat (limited to 'src/connection.rs')
-rwxr-xr-xsrc/connection.rs3
1 files changed, 1 insertions, 2 deletions
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;
}