summaryrefslogtreecommitdiff
path: root/src/audio/audio_fsm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/audio/audio_fsm.cpp')
-rw-r--r--src/audio/audio_fsm.cpp2
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);
}