Remove extra leading slash from the KodiSyncQueue ping endpoint

This commit is contained in:
Odd Stråbø 2020-11-23 03:22:01 +01:00
parent 6c3b682ef0
commit 8a9b69f2f5
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ class API(object):
def check_companion_installed(self): def check_companion_installed(self):
try: try:
self._get("/Jellyfin.Plugin.KodiSyncQueue/GetServerDateTime") self._get("Jellyfin.Plugin.KodiSyncQueue/GetServerDateTime")
return True return True
except Exception: except Exception:
return False return False