mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
Remove extra leading slash from the KodiSyncQueue ping endpoint
This commit is contained in:
parent
6c3b682ef0
commit
8a9b69f2f5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue