Browse Source

More info for update.available notification. fix #201

tags/build/2.0.0.pre1
Ruud 13 years ago
parent
commit
f6de117f6b
  1. 2
      couchpotato/core/_base/updater/main.py

2
couchpotato/core/_base/updater/main.py

@ -56,7 +56,7 @@ class Updater(Plugin):
fireEventAsync('app.crappy_restart')
else:
if self.conf('notification'):
fireEvent('updater.available', message = 'A new update is available', data = self.updater.getVersion())
fireEvent('updater.available', message = 'A new update is available', data = self.updater.info())
def info(self):
return self.updater.info()

Loading…
Cancel
Save