mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-18 06:48:23 +01:00
Set current time to 0 as soon as we request to stop the playback.
This commit is contained in:
parent
a062787db8
commit
53509dd03b
@ -385,6 +385,7 @@ AudioOutput::stop()
|
||||
tDebug() << Q_FUNC_INFO;
|
||||
|
||||
libvlc_media_player_stop( m_vlcPlayer );
|
||||
m_currentTime = 0;
|
||||
setState( Stopped );
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user