mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-06-13 05:37:45 +02:00
Fix live stream retrying
This commit is contained in:
@ -2562,7 +2562,7 @@ class VideoDetailView : ConstraintLayout {
|
||||
}
|
||||
else
|
||||
withContext(Dispatchers.Main) {
|
||||
setVideoDetails(videoDetail, true);
|
||||
setVideoDetails(videoDetail, false);
|
||||
_liveTryJob = null;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user