Animeunity: supporto server StreamingCommunityWS

This commit is contained in:
fatshotty
2021-06-16 18:24:38 +02:00
committed by mac12m99
parent 1949aac0a2
commit 996408108b
9 changed files with 737 additions and 227 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ import re
from core import filetools
from core import httptools
from core import jsontools
from core import jsontools, support
from core.item import Item
from platformcode import config, logger
from platformcode import platformtools
@@ -784,4 +784,4 @@ def translate_server_name(name):
if '@' in name:
return config.get_localized_string(int(name.replace('@','')))
else:
return name
return name