Fix live stream retrying

This commit is contained in:
Kelvin 2024-01-22 15:52:51 +01:00
parent 18150e9e15
commit 269a3460e7

View file

@ -2562,7 +2562,7 @@ class VideoDetailView : ConstraintLayout {
}
else
withContext(Dispatchers.Main) {
setVideoDetails(videoDetail, true);
setVideoDetails(videoDetail, false);
_liveTryJob = null;
}
}