Index: Cargo.toml
--- Cargo.toml.orig
+++ Cargo.toml
@@ -12,7 +12,7 @@ chrono = "0.4.38"
 futures = "0.3.30"
 gettext-rs = { version = "0.7", features = ["gettext-system"] }
 image = { version = "0.25.1", features = ["webp"] }
-mpd = { git = "https://github.com/htkhiem/rust-mpd.git", rev = "218e1af6c44e08101b3c99f0df0fe1d10c3702b4", features = ["serde"] }
+mpd = { path = "./rust-mpd", features = ["serde"] }
 once_cell = "1.19.0"
 time = { version = "0.3.47", features = ["alloc", "formatting", "local-offset"] }
 reqwest = { version = "0.12.5", features = ["blocking", "json"] }
