removed plextv / pms, added TODO's for reimplementing Jellyfin
This commit is contained in:
@@ -40,7 +40,6 @@ from jellypy import notification_handler
|
||||
from jellypy import notifiers
|
||||
from jellypy import newsletter_handler
|
||||
from jellypy import newsletters
|
||||
from jellypy import plextv
|
||||
from jellypy import users
|
||||
from jellypy.password import check_hash
|
||||
|
||||
@@ -451,11 +450,13 @@ class API2(object):
|
||||
|
||||
mobile_app.set_temp_device_token(True)
|
||||
|
||||
plex_server = plextv.get_server_resources(return_info=True)
|
||||
# TODO: Jellyfin
|
||||
# plex_server = plextv.get_server_resources(return_info=True)
|
||||
tautulli = jellypy.get_tautulli_info()
|
||||
|
||||
data = {"server_id": jellypy.CONFIG.PMS_UUID}
|
||||
data.update(plex_server)
|
||||
# TODO: Jellyfin
|
||||
# data.update(plex_server)
|
||||
data.update(tautulli)
|
||||
|
||||
return data
|
||||
|
Reference in New Issue
Block a user