mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
dont enable plugins twice
This commit is contained in:
parent
698a5ff475
commit
269e0b89b6
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ deluge.ui = {
|
|||
|
||||
onGotPlugins: function(plugins) {
|
||||
Ext.each(plugins.enabled_plugins, function(plugin) {
|
||||
if (deluge.plugins[plugin]) return;
|
||||
deluge.client.web.get_plugin_resources(plugin, {
|
||||
success: this.onGotPluginResources,
|
||||
scope: this
|
||||
|
|
Loading…
Add table
Reference in a new issue