From 8e74b0c7655b685b09ae82e1affc0c92bced7c1d Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Sat, 29 Apr 2017 16:50:56 -0700 Subject: [PATCH] Tweak setting description for playlist_max_ruation_per_user --- package.json | 2 +- templates/channeloptions.pug | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1a5ddd32..72f94d5c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Calvin Montgomery", "name": "CyTube", "description": "Online media synchronizer and chat", - "version": "3.35.2", + "version": "3.35.3", "repository": { "url": "http://github.com/calzoneman/sync" }, diff --git a/templates/channeloptions.pug b/templates/channeloptions.pug index 69ffb02b..e2c6f182 100644 --- a/templates/channeloptions.pug +++ b/templates/channeloptions.pug @@ -63,7 +63,7 @@ mixin miscoptions +rcheckbox-auto("cs-allow_dupes", "Allow duplicate videos on the playlist") +textbox-auto("cs-voteskip_ratio", "Voteskip ratio", "0.5") +textbox-auto("cs-maxlength", "Max video length", "HH:MM:SS") - +textbox-timeinput-auto("cs-playlist_max_duration_per_user", "Max length of all user's videos", "HH:MM:SS") + +textbox-timeinput-auto("cs-playlist_max_duration_per_user", "Max total queue time per user", "HH:MM:SS") +textbox-auto("cs-afk_timeout", "Auto-AFK Delay", "0 (disabled)") .form-group .col-sm-offset-4