diff options
author | Devaev Maxim <[email protected]> | 2018-11-12 10:53:05 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-12 10:53:05 +0300 |
commit | 2838d1d975dc421cf33b9e01cb18dd64076395d1 (patch) | |
tree | 54c5e356e459ba93967c364cd7066b034893cad1 | |
parent | c38e22591e9bddaec5f7cde4dec4d1787757590b (diff) |
min quality = 5
-rw-r--r-- | web/js/stream.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/stream.js b/web/js/stream.js index 324dd6cc..630eaa25 100644 --- a/web/js/stream.js +++ b/web/js/stream.js @@ -13,7 +13,7 @@ function Streamer() { var __init__ = function() { $("stream-led").title = "Stream inactive"; - $("stream-quality-slider").min = 10; + $("stream-quality-slider").min = 5; $("stream-quality-slider").max = 100; $("stream-quality-slider").step = 5; $("stream-quality-slider").value = 80; |