From da2c4edcd62472d20bc5a5cd1e3cc44a412f4692 Mon Sep 17 00:00:00 2001 From: cttynul Date: Thu, 6 Jun 2019 18:21:39 +0200 Subject: [PATCH] missing == "true" i can't even code seriously --- platformcode/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformcode/config.py b/platformcode/config.py index 10a6e8d4..9db1c509 100644 --- a/platformcode/config.py +++ b/platformcode/config.py @@ -83,7 +83,7 @@ def get_videolibrary_support(): return True def get_channel_url(name): - if __settings__.getSetting("use_custom_url"): + if __settings__.getSetting("use_custom_url") == "true": return get_setting("channel_host", name) else: try: