From 44cbb10bcd7e9b5bc9696841f9b266b65e809e75 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 16 Jun 2015 20:20:03 +0200 Subject: [PATCH] Re-enable the updater (only for Mac and Linux). --- data/interfaces/default/base.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html index 23c11539..57dd15d8 100644 --- a/data/interfaces/default/base.html +++ b/data/interfaces/default/base.html @@ -42,6 +42,16 @@
+ % if plexpy.CONFIG.CHECK_GITHUB and not plexpy.CURRENT_VERSION: +
+ You're running an unknown version of PlexPy. Update or + Close +
+ % elif plexpy.CONFIG.CHECK_GITHUB and plexpy.CURRENT_VERSION != plexpy.LATEST_VERSION and plexpy.COMMITS_BEHIND > 0 and plexpy.INSTALL_TYPE != 'win': +
+ A newer version is available. You're ${plexpy.COMMITS_BEHIND} commits behind. Update or Close +
+ % endif