mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-13 10:33:07 +00:00
WebUI: Catch potential undefined error when attempting to disable a plugin
This commit is contained in:
parent
1dd078f4f1
commit
7e71995e55
@ -256,7 +256,7 @@ deluge.ui = {
|
||||
},
|
||||
|
||||
onPluginDisabled: function(pluginName) {
|
||||
deluge.plugins[pluginName].disable();
|
||||
if (deluge.plugins[pluginName]) deluge.plugins[pluginName].disable();
|
||||
},
|
||||
|
||||
onPluginLoaded: function(options) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user