media widget fix
This commit is contained in:
@@ -21,11 +21,13 @@ class MediaControlWidget : public Gtk::Box {
|
||||
sigc::connection seekTimerConnection;
|
||||
bool suppressSeekSignal = false;
|
||||
std::string currentTrackId;
|
||||
MprisController::PlaybackStatus playbackStatus = MprisController::PlaybackStatus::Stopped;
|
||||
|
||||
void setCurrentPosition(int64_t position_us);
|
||||
void setTotalLength(int64_t length_us);
|
||||
void resetSeekTimer(int64_t start_position_us);
|
||||
bool onSeekTick();
|
||||
void schedulePauseAfterSeek();
|
||||
|
||||
Gtk::Box spotifyContainer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user