mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
Always seek independent of what VLC says
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user