mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
Hopefully last
This commit is contained in:
parent
3c61aa2ee5
commit
a47eb63ac2
@ -523,7 +523,7 @@ class PlayerFragment : Fragment() {
|
|||||||
)
|
)
|
||||||
|
|
||||||
// check if video has ended, next video is available and autoplay is enabled.
|
// check if video has ended, next video is available and autoplay is enabled.
|
||||||
if(
|
if (
|
||||||
playbackState == Player.STATE_ENDED &&
|
playbackState == Player.STATE_ENDED &&
|
||||||
relatedStreams != null &&
|
relatedStreams != null &&
|
||||||
relatedStreams!!.isNotEmpty() &&
|
relatedStreams!!.isNotEmpty() &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user