mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix suggestions
This commit is contained in:
parent
645668454a
commit
7756b3164b
2 changed files with 2 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue