mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-09-18 20:44:39 +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
|
@ -97,4 +97,4 @@ class UsersConnect(xbmcgui.WindowXMLDialog):
|
|||
|
||||
def _get_user_artwork(self, user_id, item_type):
|
||||
# Load user information set by UserClient
|
||||
return "%s/emby/Users/%s/Images/%s?Format=original" % (self.server, user_id, item_type)
|
||||
return "%s/Users/%s/Images/%s?Format=original" % (self.server, user_id, item_type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue