1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

Always seek independent of what VLC says

This commit is contained in:
Uwe L. Korn
2014-10-22 09:31:53 +02:00
parent a324ff14f6
commit fd39191d6a

View File

@@ -376,9 +376,11 @@ AudioOutput::seek( qint64 milliseconds )
{ {
tDebug() << Q_FUNC_INFO; tDebug() << Q_FUNC_INFO;
if ( !seekable ) { // Even seek if reported as not seekable. VLC can seek in some cases where
return; // it tells us it can't.
} // if ( !seekable ) {
// return;
// }
switch ( currentState ) { switch ( currentState ) {
case Playing: case Playing: