Spotify dbus events no longer always include Metadata and Playback
authorJacob Casper <dev@jacobcasper.com>
Thu, 17 Aug 2023 17:21:08 +0000 (12:21 -0500)
committerJacob Casper <dev@jacobcasper.com>
Thu, 17 Aug 2023 17:21:08 +0000 (12:21 -0500)
Where these could previously be referenced unconditionally, the code now
panics due to spotify not always sending these in the dbus properties
changed when songs change.

Add more match clauses when pulling them from the hash map.


No differences found