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

update multi-select

This commit is contained in:
Luke Pulverenti 2016-08-16 16:54:13 -04:00
parent cc29283762
commit 89dfdfb110
7 changed files with 160 additions and 104 deletions

View file

@ -462,11 +462,11 @@
return;
}
requirejs(["registrationservices"], function () {
requirejs(["registrationservices"], function (registrationServices) {
self.playbackTimeLimitMs = null;
RegistrationServices.validateFeature('playback').then(fn, function () {
registrationServices.validateFeature('playback').then(fn, function () {
self.playbackTimeLimitMs = lockedTimeLimitMs;
startAutoStopTimer();