Piccoli Fix

This commit is contained in:
Alhaziel01
2020-06-21 09:35:23 +02:00
parent 161a7ce3ae
commit 1b19dbf460
2 changed files with 2 additions and 7 deletions
+1 -1
View File
@@ -292,5 +292,5 @@ def play_multi_channel(item, itemlist):
break
def servername(server):
path = filetools.join(config.get_runtime_path(), 'servers', server + '.json')
path = filetools.join(config.get_runtime_path(), 'servers', server.lower() + '.json')
return jsontools.load(open(path, "r").read())['name'].upper()