mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
b0d117ad5b
commit
f5cbdac97d
4 changed files with 11 additions and 17 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue