diff --git a/couchpotato/core/_base/updater/main.py b/couchpotato/core/_base/updater/main.py index eb34906..49cbf56 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()