summaryrefslogtreecommitdiffstats
path: root/module/web/pyload_app.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/pyload_app.py')
-rw-r--r--module/web/pyload_app.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/module/web/pyload_app.py b/module/web/pyload_app.py
index 324bb31df..47b5507ca 100644
--- a/module/web/pyload_app.py
+++ b/module/web/pyload_app.py
@@ -55,8 +55,10 @@ def pre_processor():
# check if update check is available
if info:
- if info["pyload"] == "True": update = True
- if info["plugins"] == "True": plugins = True
+ if info["pyload"] == "True":
+ update = info["version"]
+ if info["plugins"] == "True":
+ plugins = True
return {"user": user,