mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2026-05-16 04:52:39 +02:00
Build fix
This commit is contained in:
+1
-1
@@ -1484,7 +1484,7 @@ class VideoDetailView : ConstraintLayout {
|
||||
)
|
||||
}
|
||||
|
||||
if (me.video.url == video.url && !video.url.isNullOrBlank())
|
||||
if (me.video?.url == video.url && !video.url.isNullOrBlank())
|
||||
me._playbackTracker = tracker;
|
||||
} else if (me.video == video)
|
||||
me._playbackTracker = null;
|
||||
|
||||
Reference in New Issue
Block a user