diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-05-12 17:17:57 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-05-12 17:17:57 +0530 |
| commit | f3fb60a1a0fa5156bd0a4569a383224cdbabd961 (patch) | |
| tree | 9681900b17601c61e33f4e664f5662dd327c344f /src/connection.rs | |
| parent | 633841700263a055a13a4ba41e9026a1abc5073c (diff) | |
fix highlight delay when song deleted from queue
Diffstat (limited to 'src/connection.rs')
| -rwxr-xr-x | src/connection.rs | 3 |
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; } |
