diff --git a/autoremoveplus/data/autoremoveplus.js b/autoremoveplus/data/autoremoveplus.js index fc2f372..4e0d228 100644 --- a/autoremoveplus/data/autoremoveplus.js +++ b/autoremoveplus/data/autoremoveplus.js @@ -674,17 +674,6 @@ Deluge.plugins.autoremoveplus.ui.PreferencePage = Ext.extend(Ext.TabPanel, { this.waitForClient(10); - /*deluge.client.autoremoveplus.get_remove_rules({ - success: function(rules) { - - this.rule_data = Deluge.plugins.autoremoveplus.util.dictToArray(rules); - - - - }, - scope: this - });*/ - }, //TODO destroy diff --git a/setup.py b/setup.py index 4434622..fff672d 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ __plugin_name__ = "AutoRemovePlus" __author__ = "Omar Alvarez" __author_email__ = "osurfer3@hotmail.com" -__version__ = "0.6" +__version__ = "0.6.1" __url__ = "http://github.com/omaralvarez" __license__ = "GPLv3" __description__ = "Auto removal of torrents according to certain parameters"