diff --git a/main_app.py b/main_app.py index 2337c78..4629a61 100644 --- a/main_app.py +++ b/main_app.py @@ -138,8 +138,7 @@ async def fake_user_json_or_signin(request: Request, _=host_required([Hosts.CLIE "plan": "monthly", "paymentNotificationId": "1234567", "canUpgrade": True, - "features": PLEXAMP_FEATURES if "plexamp" in request.headers.get( - "X-Plex-Product").lower() else FEATURES_DICT + "features": PLEXAMP_FEATURES if "plexamp" in request.headers.get("X-Plex-Product", "").lower() else FEATURES_DICT }, "subscriptions": [ {