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

7
Cargo.lock generated
View file

@ -879,6 +879,7 @@ dependencies = [
"tracing-log",
"tracing-subscriber",
"url",
"urlencoding",
"zbus",
]
@ -5646,6 +5647,12 @@ dependencies = [
"serde",
]
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "usvg"
version = "0.37.0"