1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

display sync services

This commit is contained in:
Luke Pulverenti 2015-03-08 13:58:45 -04:00
parent 2ad634f791
commit 0d500aa41e
4 changed files with 35 additions and 12 deletions

View file

@ -132,7 +132,7 @@
}
var installedPlugin = plugin.isApp ? null : installedPlugins.filter(function (ip) {
return ip.Name == plugin.name;
return ip.Id == plugin.guid;
})[0];
html += "<div class='cardText'>";