Added N to play next song

This commit is contained in:
2025-12-10 18:40:46 +01:00
parent d1d0d891fa
commit d2fa5b2782
3 changed files with 30 additions and 0 deletions

View File

@ -42,6 +42,7 @@ public:
int getLoadedTrackCount() const; // get number of tracks loaded so far
void shuffle(); // randomize order
void start(); // begin playback
void skipToNextTrack(); // advance to the next music track
void toggleMute();
void setMuted(bool m);
bool isMuted() const { return muted; }