missing == "true" i can't even code seriously

This commit is contained in:
cttynul
2019-06-06 18:21:39 +02:00
parent 5c7c21576c
commit da2c4edcd6

View File

@@ -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: