1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-17 22:43:21 +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;
if ( !seekable ) {
return;
}
// Even seek if reported as not seekable. VLC can seek in some cases where
// it tells us it can't.
// if ( !seekable ) {
// return;
// }
switch ( currentState ) {
case Playing: