Skip to content

AudioPlayer: display error when seek failure

Duncan McNamara requested to merge Skantes/vlc-android:seek-errors into master

As there is no 100% reliable way to determine is a file is seekable except by having it fail, the seek buttons cannot be hidden for unseekable files. Instead it will display an error when the seek fails. Closes #2137 (closed)

Merge request reports