1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

I can't think of any reason that removing this wasn't a mistake, so I'm

putting it back
This commit is contained in:
Jeff Mitchell
2012-04-07 18:57:43 -04:00
parent 09ee426710
commit 4e01387eb9

View File

@@ -205,6 +205,7 @@ AudioControls::onPlaybackStarted( const Tomahawk::result_ptr& result )
m_sliderTimeLine.stop();
m_sliderTimeLine.setDuration( duration );
m_sliderTimeLine.setFrameRange( 0, duration );
m_sliderTimeLine.setCurveShape( QTimeLine::LinearCurve );
m_sliderTimeLine.setCurrentTime( 0 );
m_seekMsecs = -1;