Fix issue with seeking whilst paused

custom
ailurux 1 year ago
parent d25e5860c7
commit c60bb9ee42
  1. 2
      src/audio/audio_fsm.cpp

@ -254,8 +254,6 @@ void Playback::react(const PlayFile& ev) {
}
void Standby::react(const SeekFile& ev) {
sCurrentTrack = 0;
sIsPlaybackAllowed = true;
sFileSource->SetPath(ev.filename, ev.offset);
}

Loading…
Cancel
Save