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

update connect

This commit is contained in:
Luke Pulverenti 2015-06-05 01:32:14 -04:00
parent c7da2478bb
commit f67f57726d
5 changed files with 75 additions and 50 deletions

View file

@ -29,6 +29,11 @@
function validateLiveTV(deferred) {
if (!isAndroid()) {
deferred.resolve();
return;
}
validateFeature(getPremiumUnlockFeatureId(), deferred);
}