mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Fix suggestions
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user