mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +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:
@@ -450,11 +450,11 @@ AudioEngine::seek( qint64 ms )
|
||||
{
|
||||
Q_D( AudioEngine );
|
||||
|
||||
if ( !canSeek() )
|
||||
/*if ( !canSeek() )
|
||||
{
|
||||
tDebug( LOGEXTRA ) << "Could not seek!";
|
||||
return;
|
||||
}
|
||||
}*/
|
||||
|
||||
if ( isPlaying() || isPaused() )
|
||||
{
|
||||
|
Reference in New Issue
Block a user