move user image into profile settings
This commit is contained in:
parent
c2ea67d056
commit
53cd8b0eb8
36 changed files with 376 additions and 372 deletions
20
dashboard-ui/thirdparty/apiclient/connectionmanager.js
vendored
Normal file
20
dashboard-ui/thirdparty/apiclient/connectionmanager.js
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
if (!window.MediaBrowser) {
|
||||
window.MediaBrowser = {};
|
||||
}
|
||||
|
||||
MediaBrowser.ConnectionManager = function () {
|
||||
|
||||
return function () {
|
||||
|
||||
var self = this;
|
||||
|
||||
self.getServers = function (currentApiClient) {
|
||||
|
||||
};
|
||||
|
||||
self.changeServer = function (currentApiClient, server) {
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
}();
|
Loading…
Add table
Add a link
Reference in a new issue