Allow seeking in FLAC

Xine has supported seeking in FLAC files since 1.1.16.

Signed-off-by: mio <stigma@disroot.org>
pull/28/head
mio 2 weeks ago
parent 32704bb7fa
commit 462472610d

@ -517,12 +517,6 @@ VideoWindow::seek( uint pos )
return;
}
//TODO depend on a version that CAN seek in flacs!
if( m_url.path().endsWith( ".flac", false ) ) {
emit statusMessage( i18n("xine cannot currently seek in flac media") );
return;
}
//better feedback
//NOTE doesn't work! I can't tell why..
Slider::instance()->TQSlider::setValue( pos );

Loading…
Cancel
Save