mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-09 23:57:34 +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();
|
qDebug() << Q_FUNC_INFO << query->toString();
|
||||||
m_currentTrack = query;
|
m_currentTrack = query;
|
||||||
|
m_currentTrackTimer.stop();
|
||||||
if ( m_playlistInterface.isNull() )
|
if ( m_playlistInterface.isNull() )
|
||||||
getPlaylistInterface();
|
getPlaylistInterface();
|
||||||
emit playbackStarted( query );
|
emit playbackStarted( query );
|
||||||
|
Reference in New Issue
Block a user