mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
To be remove
This commit is contained in:
parent
d5c91f872b
commit
1ec2c59e87
1 changed files with 2 additions and 3 deletions
|
@ -1048,7 +1048,7 @@ define(["events", "apiclient", "appStorage"], function (events, apiClientFactory
|
||||||
"X-Application": appName + "/" + appVersion
|
"X-Application": appName + "/" + appVersion
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};*/
|
};
|
||||||
|
|
||||||
self.deleteServer = function (serverId) {
|
self.deleteServer = function (serverId) {
|
||||||
if (!serverId) {
|
if (!serverId) {
|
||||||
|
@ -1141,8 +1141,7 @@ define(["events", "apiclient", "appStorage"], function (events, apiClientFactory
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
//To be remove
|
self.resetRegistrationInfo = function (apiClient) {
|
||||||
/*self.resetRegistrationInfo = function (apiClient) {
|
|
||||||
var cacheKey = getCacheKey("themes", apiClient, {
|
var cacheKey = getCacheKey("themes", apiClient, {
|
||||||
viewOnly: true
|
viewOnly: true
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue