From ce94d8c03900a8c0630e6e6d6da612e044f938e6 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 4 Sep 2014 20:38:05 +0200 Subject: [PATCH] WEBUI JS: make dynamic behaviour as default --- src/webui/static/app/tvheadend.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/static/app/tvheadend.js b/src/webui/static/app/tvheadend.js index 807e081e..4a3c2ea8 100644 --- a/src/webui/static/app/tvheadend.js +++ b/src/webui/static/app/tvheadend.js @@ -1,4 +1,4 @@ -tvheadend.dynamic = false; +tvheadend.dynamic = true; tvheadend.accessupdate = null; tvheadend.capabilties = null; tvheadend.dvrpanel = null;