mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 09:04:33 +02:00
Fixed emitting current time instead of total time to update timers.
This commit is contained in:
@@ -345,7 +345,7 @@ AudioOutput::setTotalTime( qint64 time )
|
||||
{
|
||||
m_totalTime = time;
|
||||
// emit current time to refresh total time
|
||||
emit tick( time );
|
||||
emit tick( m_currentTime );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user