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

removed the IsCorePlugin property

This commit is contained in:
LukePulverenti 2013-03-04 23:29:43 -05:00
parent ab86ccebde
commit a10edf7664
2 changed files with 2 additions and 13 deletions

View file

@ -12,11 +12,6 @@
loadPlugins: function (plugins) {
plugins = plugins.filter(function (p) {
return !p.IsCorePlugin;
});
var elem = $('#tbodyPluginUpdates', $.mobile.activePage).html('');
for (var i = 0, length = plugins.length; i < length; i++) {