mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
Stop the timer on new track starting
This commit is contained in:
@@ -310,6 +310,7 @@ Source::onPlaybackStarted( const Tomahawk::query_ptr& query )
|
||||
{
|
||||
qDebug() << Q_FUNC_INFO << query->toString();
|
||||
m_currentTrack = query;
|
||||
m_currentTrackTimer.stop();
|
||||
if ( m_playlistInterface.isNull() )
|
||||
getPlaylistInterface();
|
||||
emit playbackStarted( query );
|
||||
|
Reference in New Issue
Block a user