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:
parent
a324ff14f6
commit
fd39191d6a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user