1
0
Fork 0
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:
Luke Pulverenti 2016-08-28 15:26:30 -04:00
parent feb3d5ae05
commit 31449f85de

View file

@ -43,7 +43,7 @@
installedPlugins = installedPlugins.filter(function (i) { installedPlugins = installedPlugins.filter(function (i) {
var catalogEntry = availablePlugins.filter(function (a) { var catalogEntry = availablePlugins.filter(function (a) {
return a.guid == i.Id; return (a.guid || '').toLowerCase() == (i.Id || '').toLowerCase();
})[0]; })[0];
if (catalogEntry) { if (catalogEntry) {