mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-08-11 18:50:58 +00:00
Build fix
This commit is contained in:
parent
2825db88a5
commit
a9dc038190
1 changed files with 1 additions and 1 deletions
|
@ -1484,7 +1484,7 @@ class VideoDetailView : ConstraintLayout {
|
|||
)
|
||||
}
|
||||
|
||||
if (me.video.url == video.url && !me.video.url.isNullOrBlank())
|
||||
if (me.video.url == video.url && !video.url.isNullOrBlank())
|
||||
me._playbackTracker = tracker;
|
||||
} else if (me.video == video)
|
||||
me._playbackTracker = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue