mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Minor fix/comment
This commit is contained in:
parent
f76a5b5f01
commit
201fe6f0df
1 changed files with 1 additions and 2 deletions
|
@ -241,7 +241,7 @@ class VideoDetailView : ConstraintLayout {
|
|||
|
||||
private var _liveTryJob: Job? = null;
|
||||
private val _liveStreamCheckInterval = listOf(
|
||||
Pair(-10 * 60, 5 * 60), //around 10 minutes, try every 1 minute
|
||||
Pair(-10 * 60, 5 * 60), //around 10 minutes, try every 5 minute
|
||||
Pair(-5 * 60, 30), //around 5 minutes, try every 30 seconds
|
||||
Pair(0, 10) //around live, try every 10 seconds
|
||||
);
|
||||
|
@ -2171,7 +2171,6 @@ class VideoDetailView : ConstraintLayout {
|
|||
UIDialogs.toast(context, "Planned in ${videoDetail.datetime?.toHumanNowDiffString(true)}");
|
||||
}
|
||||
startLiveTry(liveTryVideo);
|
||||
_liveTryJob = null;
|
||||
}
|
||||
else
|
||||
withContext(Dispatchers.Main) {
|
||||
|
|
Loading…
Add table
Reference in a new issue