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:
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() )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user