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