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

update keyframe setting

This commit is contained in:
Luke Pulverenti 2015-12-12 01:49:03 -05:00
parent 79fa61fa33
commit a75e37be73
18 changed files with 53 additions and 53 deletions

View file

@ -203,7 +203,7 @@
function showSyncMenu(options) {
requirejs(["scripts/registrationservices"], function () {
requirejs(["registrationservices"], function () {
RegistrationServices.validateFeature('sync').then(function () {
showSyncMenuInternal(options);
});