mpris mostly works, still need to init the state though
This commit is contained in:
@@ -16,6 +16,7 @@ struct MprisPlayer2Message {
|
||||
std::string title;
|
||||
std::vector<std::string> artist;
|
||||
std::string artwork_url;
|
||||
std::string track_id;
|
||||
int64_t length_ms;
|
||||
|
||||
std::function<void()> play_pause;
|
||||
|
||||
Reference in New Issue
Block a user