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

update person editor

This commit is contained in:
Luke Pulverenti 2016-02-09 12:13:50 -05:00
parent d665b12b82
commit ca37d6a03d
6 changed files with 28 additions and 18 deletions

View file

@ -1640,7 +1640,7 @@ var AppInfo = {};
function initializeApiClient(apiClient) {
if (AppInfo.enableAppStorePolicy) {
apiClient.getAvailablePlugins = function() {
apiClient.getAvailablePlugins = function () {
return Promise.resolve([]);
};
apiClient.getInstalledPlugins = function () {