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

update guide

This commit is contained in:
Luke Pulverenti 2016-08-18 13:27:22 -04:00
parent 99599a8846
commit b1a4101e27
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@
return registrationServices.validateFeature('livetv').then(function () {
var limit = browser.mobile ? 100 : 500;
var limit = browser.slow ? 100 : 500;
context.querySelector('.guideRequiresUnlock').classList.add('hide');