mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
removed the IsCorePlugin property
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user