mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update plugins page
This commit is contained in:
parent
feb3d5ae05
commit
31449f85de
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
|||
installedPlugins = installedPlugins.filter(function (i) {
|
||||
|
||||
var catalogEntry = availablePlugins.filter(function (a) {
|
||||
return a.guid == i.Id;
|
||||
return (a.guid || '').toLowerCase() == (i.Id || '').toLowerCase();
|
||||
})[0];
|
||||
|
||||
if (catalogEntry) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue