1
0
Fork 0
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:
grafixeyehero 2019-10-11 18:56:34 +03:00
parent d5c91f872b
commit 1ec2c59e87

View file

@ -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
}); });