This commit is contained in:
psykose 2024-12-01 19:26:16 +01:00
parent b2165e370b
commit e68c23273c
Signed by: psykose
SSH key fingerprint: SHA256:pRMVjV3kRB6zl+wNx+sV8KoMnPqQAW6v8dNCxsCGZv8

View file

@ -69,7 +69,7 @@ impl Mpris {
#[zbus(property)]
const fn has_track_list(&self) -> bool {
false // TODO?
false
}
#[zbus(property)]