From f6de117f6bd95cd632beba9a37dc1ad22452dd76 Mon Sep 17 00:00:00 2001 From: Ruud Date: Fri, 4 May 2012 17:22:30 +0200 Subject: [PATCH] More info for update.available notification. fix #201 --- couchpotato/core/_base/updater/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/couchpotato/core/_base/updater/main.py b/couchpotato/core/_base/updater/main.py index eb34906c..49cbf56a 100644 --- a/couchpotato/core/_base/updater/main.py +++ b/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()