mirror of
https://github.com/Dummi26/musicdb.git
synced 2025-03-10 14:13:53 +01:00

when moving a folder, loop, or any other queue element containing the currently playing song (unless the song was the first song in the element), the player would reset the element and jump to playing its first song again. this is now fixed.
11 lines
303 B
TOML
11 lines
303 B
TOML
[package]
|
|
name = "musicdb-mers"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
mers_lib = { version = "0.9.6", features = ["ecolor-term"] }
|
|
musicdb-lib = { version = "0.1.0", path = "../musicdb-lib" }
|