mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-06-11 18:56: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
|
@ -1,6 +1,6 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
def jellyfin_url(client, handler):
|
||||
return "%s/emby/%s" % (client.config.data['auth.server'], handler)
|
||||
return "%s/%s" % (client.config.data['auth.server'], handler)
|
||||
|
||||
|
||||
def basic_info():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue