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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user