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

update components

This commit is contained in:
Luke Pulverenti 2016-03-25 12:38:04 -04:00
parent b0d117ad5b
commit f5cbdac97d
4 changed files with 11 additions and 17 deletions

View file

@ -1522,7 +1522,7 @@
}
updateDevicePromise = ajax({
url: 'https://mb3admin.com/admin/service/registration/updateDevice?' + paramsToString({
url: 'http://mb3admin.com/admin/service/registration/updateDevice?' + paramsToString({
serverId: params.serverId,
oldDeviceId: regInfo.deviceId,
newDeviceId: params.deviceId
@ -1541,7 +1541,7 @@
params.embyUserName = user.Name;
return ajax({
url: 'https://mb3admin.com/admin/service/registration/validateDevice?' + paramsToString(params),
url: 'http://mb3admin.com/admin/service/registration/validateDevice?' + paramsToString(params),
type: 'POST'
}).then(function (response) {