diff options
| author | ailurux <ailuruxx@gmail.com> | 2024-02-16 16:19:12 +1100 |
|---|---|---|
| committer | ailurux <ailuruxx@gmail.com> | 2024-02-16 16:19:12 +1100 |
| commit | c60bb9ee42eea2c88ef90228274bd28350a87ae4 (patch) | |
| tree | 665a384047467e01164608c03b85cfdbb6fe246e /src/audio | |
| parent | d25e5860c7cfcd4a5349c67f088ed6e4f55ffaed (diff) | |
| download | tangara-fw-c60bb9ee42eea2c88ef90228274bd28350a87ae4.tar.gz | |
Fix issue with seeking whilst paused
Diffstat (limited to 'src/audio')
| -rw-r--r-- | src/audio/audio_fsm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/audio/audio_fsm.cpp b/src/audio/audio_fsm.cpp index 0e213b6e..bb7d33dc 100644 --- a/src/audio/audio_fsm.cpp +++ b/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); } |
