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

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