From 176f4b06d0853a7ba7ba6ec7154e011e1fa30612 Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 14 May 2012 23:34:44 +0200 Subject: [PATCH] Get frozen version --- couchpotato/core/_base/updater/main.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/couchpotato/core/_base/updater/main.py b/couchpotato/core/_base/updater/main.py index a5fd73f..c325603 100644 --- a/couchpotato/core/_base/updater/main.py +++ b/couchpotato/core/_base/updater/main.py @@ -360,8 +360,12 @@ class DesktopUpdater(Plugin): } def check(self): - pass + self.desktop.CheckForUpdate(silentUnlessUpdate = True) def getVersion(self): - return {} + return { + 'hash': self.desktop._esky.active_version, + 'data': None, + 'type': 'desktop', + }