mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +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 );
|
Q_D( AudioEngine );
|
||||||
|
|
||||||
if ( !canSeek() )
|
/*if ( !canSeek() )
|
||||||
{
|
{
|
||||||
tDebug( LOGEXTRA ) << "Could not seek!";
|
tDebug( LOGEXTRA ) << "Could not seek!";
|
||||||
return;
|
return;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
if ( isPlaying() || isPaused() )
|
if ( isPlaying() || isPaused() )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user