Remove all emby api endpoints

This commit is contained in:
mcarlton00 2019-12-14 08:19:57 -05:00
parent 58c9db9944
commit a7c96577cd
7 changed files with 19 additions and 19 deletions

View file

@ -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():