- Rimosso Server Streaming Community

- Aggiunta Possibilità di Passare video_urls come parametro
This commit is contained in:
Alhaziel01
2021-01-20 19:54:17 +01:00
parent 794f7d6d79
commit 96d3692522
5 changed files with 43 additions and 106 deletions

View File

@@ -468,4 +468,4 @@ def verify_directories_created():
def get_online_server_thumb(server):
return "https://raw.github.com/kodiondemand/media/master/resources/servers/" + server.lower() + '.png'
return "https://raw.github.com/kodiondemand/media/master/resources/servers/" + server.lower().replace('_server','') + '.png'