fixed fullscreen

This commit is contained in:
janis
2022-10-30 19:21:16 +01:00
parent 7f461e2fee
commit 19a2e12556
3 changed files with 5 additions and 2 deletions

View File

@@ -47,7 +47,7 @@ class Com:
def checkiffullscreen(self, url):
try:
self.x = requests.get(f"{url}/currentsong")
self.x = requests.get(f"{url}/fullscreen")
except Exception:
return False
if self.x.text == "True":