feat(audio): add fallback when title/artist not found

This commit is contained in:
jilv220 2024-02-20 22:36:00 -08:00 committed by Ashley Wulber
parent b7c6cc0a97
commit 59af0f1b8b
5 changed files with 21 additions and 2 deletions

View file

@ -23,3 +23,4 @@ mpris2-zbus = { git = "https://github.com/pop-os/dbus-settings-bindings" }
serde = "1.0.130"
url = "2"
zbus.workspace = true
urlencoding = "2.1.3"