mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-04 23:30:52 +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) {
|
catch(ex: Throwable) {
|
||||||
Logger.e(TAG, "Failed to get chapters", ex);
|
Logger.e(TAG, "Failed to get chapters", ex);
|
||||||
|
_player.setChapters(null);
|
||||||
|
|
||||||
/*withContext(Dispatchers.Main) {
|
/*withContext(Dispatchers.Main) {
|
||||||
UIDialogs.toast(context, "Failed to get chapters\n" + ex.message);
|
UIDialogs.toast(context, "Failed to get chapters\n" + ex.message);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue