diff --git a/couchpotato/core/_base/updater/main.py b/couchpotato/core/_base/updater/main.py index eb34906c..bbee05dc 100644 --- a/couchpotato/core/_base/updater/main.py +++ b/couchpotato/core/_base/updater/main.py @@ -78,7 +78,7 @@ class BaseUpdater(Plugin): repo_user = 'RuudBurger' repo_name = 'CouchPotatoServer' - branch = 'develop' + branch = 'desktop' version = None update_failed = False