mirror of
https://github.com/Dummi26/musicdb.git
synced 2026-01-08 13:47:41 +01:00
fix shuffle not shuffling away first element
and fix dragging selected song not dragging all selected elements but rather only those that pass current filter/search, which was not intended.
This commit is contained in:
@@ -8,6 +8,7 @@ edition = "2021"
|
||||
[dependencies]
|
||||
awedio = { version = "0.2.0", optional = true }
|
||||
base64 = "0.21.2"
|
||||
colorize = "0.1.0"
|
||||
rand = "0.8.5"
|
||||
rc-u8-reader = "2.0.16"
|
||||
tokio = { version = "1.29.1", features = ["sync"] }
|
||||
|
||||
Reference in New Issue
Block a user