From 4b2a91100bba3bd070897b8d4709b6e129279ed1 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 14 Jul 2016 23:57:38 -0400 Subject: [PATCH] update SocketHttpListener --- dashboard-ui/scripts/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index ded9049ab1..dc65fa4c4b 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1202,7 +1202,7 @@ var Dashboard = { } if (browserInfo.mobile || browserInfo.tv) { - quality -= 35; + quality -= 40; } if (AppInfo.hasLowImageBandwidth) {