mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-07-18 23:12:07 +00:00
Fix live stream retrying
This commit is contained in:
parent
18150e9e15
commit
269a3460e7
1 changed files with 1 additions and 1 deletions
|
@ -2562,7 +2562,7 @@ class VideoDetailView : ConstraintLayout {
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
withContext(Dispatchers.Main) {
|
withContext(Dispatchers.Main) {
|
||||||
setVideoDetails(videoDetail, true);
|
setVideoDetails(videoDetail, false);
|
||||||
_liveTryJob = null;
|
_liveTryJob = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue