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:
parent
ab86ccebde
commit
a10edf7664
2 changed files with 2 additions and 13 deletions
|
@ -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++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue