1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update components

This commit is contained in:
Luke Pulverenti 2016-10-14 12:35:23 -04:00
parent 90d30a0229
commit fb358ecdb7

View file

@ -189,6 +189,7 @@ define(['appStorage', 'browser'], function (appStorage, browser) {
var features = [];
features.push('playback');
features.push('livetv');
return features;
},