Improved ReplaySong

This commit is contained in:
Andrzej Rybczak
2020-12-20 18:18:04 +01:00
parent 21c3ad4fc5
commit ea3523ad60

View File

@@ -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()