mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-03 06:40:19 +00:00
Fix up next view
This commit is contained in:
parent
adbe0357ba
commit
4723a0b29a
1 changed files with 1 additions and 3 deletions
|
@ -566,9 +566,7 @@ class VideoDetailView : ConstraintLayout {
|
||||||
};
|
};
|
||||||
|
|
||||||
_upNext.onNextItem.subscribe {
|
_upNext.onNextItem.subscribe {
|
||||||
val item = StatePlayer.instance.nextQueueItem();
|
nextVideo(true, true, true);
|
||||||
if(item != null)
|
|
||||||
setVideoOverview(item, true);
|
|
||||||
};
|
};
|
||||||
_upNext.onOpenQueueClick.subscribe {
|
_upNext.onOpenQueueClick.subscribe {
|
||||||
_container_content_queue.updateQueue();
|
_container_content_queue.updateQueue();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue