Stop volume fade if stopping after
This commit is contained in:
committed by
craig.p.drummond
parent
6db2bd3321
commit
e882e2e386
@@ -1184,6 +1184,7 @@ void MPDConnection::getStatus()
|
||||
stopVolumeFade();
|
||||
}
|
||||
if (stopAfterCurrent && (currentSongId!=sv.songId || (songPos>0 && sv.timeElapsed<(qint32)songPos))) {
|
||||
stopVolumeFade();
|
||||
if (sendCommand("stop").ok) {
|
||||
sv.state=MPDState_Stopped;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user