From fb358ecdb7dc3f5779777273d25537222547b8f1 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 14 Oct 2016 12:35:23 -0400 Subject: [PATCH] update components --- dashboard-ui/components/apphost.js | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard-ui/components/apphost.js b/dashboard-ui/components/apphost.js index c81b2ab866..0c4c8f7132 100644 --- a/dashboard-ui/components/apphost.js +++ b/dashboard-ui/components/apphost.js @@ -189,6 +189,7 @@ define(['appStorage', 'browser'], function (appStorage, browser) { var features = []; features.push('playback'); + features.push('livetv'); return features; },