mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Fix chapters not getting cleared
This commit is contained in:
parent
fc6bf85822
commit
6b67cd549f
1 changed files with 1 additions and 0 deletions
|
@ -1051,6 +1051,7 @@ class VideoDetailView : ConstraintLayout {
|
|||
}
|
||||
catch(ex: Throwable) {
|
||||
Logger.e(TAG, "Failed to get chapters", ex);
|
||||
_player.setChapters(null);
|
||||
|
||||
/*withContext(Dispatchers.Main) {
|
||||
UIDialogs.toast(context, "Failed to get chapters\n" + ex.message);
|
||||
|
|
Loading…
Add table
Reference in a new issue