1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-01 20:00:13 +02:00

Set current time to 0 as soon as we request to stop the playback.

This commit is contained in:
Christian Muehlhaeuser
2015-04-18 09:46:42 +02:00
parent a062787db8
commit 53509dd03b

View File

@@ -385,6 +385,7 @@ AudioOutput::stop()
tDebug() << Q_FUNC_INFO;
libvlc_media_player_stop( m_vlcPlayer );
m_currentTime = 0;
setState( Stopped );
}