Skip to content

Commit

Permalink
Mark stable release - JS fix thanks to #18
Browse files Browse the repository at this point in the history
  • Loading branch information
noam09 committed Mar 28, 2019
1 parent 0689fe0 commit 54fb276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
__plugin_name__ = "Telegramer"
__author__ = "Noam"
__author_email__ = "[email protected]"
__version__ = "1.1.7.4"
__version__ = "1.2"
__url__ = "https://github.com/noam09"
__license__ = "GPLv3"
__description__ = "Control Deluge using Telegram"
Expand Down
2 changes: 1 addition & 1 deletion telegramer/data/telegramer.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ TelegramerPanel = Ext.extend(Ext.form.FormPanel, {

teleReload: function() {
this.onApply();
deluge.client.telegramer.restart_telegram();
deluge.client.telegramer.restart_telegramer();
},

onPreferencesShow: function () {
Expand Down

0 comments on commit 54fb276

Please sign in to comment.