Improved ReplaySong

master
Andrzej Rybczak 5 years ago
parent 21c3ad4fc5
commit ea3523ad60
  1. 2
      src/actions.cpp

@ -800,7 +800,7 @@ void DeleteStoredPlaylist::run()
void ReplaySong::run()
{
if (Status::State::player() != MPD::psStop)
Mpd.Seek(Status::State::currentSongPosition(), 0);
Mpd.Play(Status::State::currentSongPosition());
}
void PreviousSong::run()

Loading…
Cancel
Save