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; },