mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed so you can't skip the first 10 seconds of a video if there is only two viewers on the channel
This commit is contained in:
@@ -40,7 +40,7 @@ socket.on("toast", function(msg)
|
||||
msg=rnd(["Skipping is democratic, only one vote per person!", "More people have to vote to skip, not just you!", "Get someone else to skip too! You can't do it on yourself."])
|
||||
break;
|
||||
case "notyetskip":
|
||||
msg="Skipping is disabled the first 10 seconds of the video.";
|
||||
msg="Skipping is disabled the first 10 seconds.";
|
||||
break;
|
||||
}
|
||||
Materialize.toast(msg, 4000);
|
||||
|
||||
Reference in New Issue
Block a user