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

Fix issues

This commit is contained in:
MrTimscampi 2020-08-12 15:21:56 +02:00
parent 2d5db406c8
commit e432f3fed2
2 changed files with 3 additions and 4 deletions

View file

@ -10,7 +10,6 @@ import pluginManager from 'pluginManager';
console.groupCollapsed('loading packages');
var manifestUrls = JSON.parse(appSettings.get(this.#settingsKey) || '[]');
var instance = this;
return Promise.all(manifestUrls.map((url) => {
return this.loadPackage(url);
}))