add seekbar

This commit is contained in:
2026-02-02 01:57:25 +01:00
parent c742ca6d18
commit 9404321249
8 changed files with 217 additions and 5 deletions

View File

@@ -4,6 +4,7 @@
#include <functional>
#include <string>
#include <map>
#include <sys/types.h>
#include <vector>
#include "glibmm/variant.h"
@@ -13,6 +14,7 @@ struct MprisPlayer2Message {
std::string title;
std::string artist;
std::string artwork_url;
uint32_t length_ms;
std::function<void()> play_pause;
std::function<void()> next;