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:
parent
cc29283762
commit
89dfdfb110
7 changed files with 160 additions and 104 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue