mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-14 20:26:13 +00:00
Remove all emby api endpoints
This commit is contained in:
parent
58c9db9944
commit
a7c96577cd
7 changed files with 19 additions and 19 deletions
|
@ -28,7 +28,7 @@ def get_jellyfinserver_url(handler):
|
|||
handler = handler[1:]
|
||||
LOG.info("handler starts with /: %s", handler)
|
||||
|
||||
return "{server}/emby/%s" % handler
|
||||
return "{server}/%s" % handler
|
||||
|
||||
|
||||
def browse_info():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue