mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 02:48:19 -07:00
Fix suggestions
This commit is contained in:
parent
645668454a
commit
7756b3164b
@ -73,11 +73,11 @@ import pluginManager from 'pluginManager';
|
||||
}
|
||||
|
||||
addPackage(pkg) {
|
||||
this.packagesList = this.packagesList.filter((p) => {
|
||||
this.#packagesList = this.#packagesList.filter((p) => {
|
||||
return p.name !== pkg.name;
|
||||
});
|
||||
|
||||
this.packagesList.push(pkg);
|
||||
this.#packagesList.push(pkg);
|
||||
}
|
||||
|
||||
removeUrl(url) {
|
||||
|
@ -135,8 +135,6 @@ import globalize from 'globalize';
|
||||
})[0];
|
||||
}
|
||||
|
||||
console.dir(plugin);
|
||||
|
||||
var url = plugin.baseUrl + '/' + path;
|
||||
|
||||
if (addCacheParam) {
|
||||
|
Loading…
Reference in New Issue
Block a user