1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-22 08:52:12 +02:00

Seek even if VLC reports we can't

Yep, sometimes we can seek even though VLC says no.
This commit is contained in:
Uwe L. Korn 2014-10-21 21:10:30 +02:00
parent accc2b5197
commit f0d3b11ded

@ -450,11 +450,11 @@ AudioEngine::seek( qint64 ms )
{
Q_D( AudioEngine );
if ( !canSeek() )
/*if ( !canSeek() )
{
tDebug( LOGEXTRA ) << "Could not seek!";
return;
}
}*/
if ( isPlaying() || isPaused() )
{