From b91afa65fd9844298c93dfec897af0e445d59914 Mon Sep 17 00:00:00 2001 From: brikim Date: Fri, 12 Apr 2024 22:12:56 -0500 Subject: [PATCH] Update src/widgets/tautulli/component.jsx Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- src/widgets/tautulli/component.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/tautulli/component.jsx b/src/widgets/tautulli/component.jsx index 7630b2781..4f94ae6dd 100644 --- a/src/widgets/tautulli/component.jsx +++ b/src/widgets/tautulli/component.jsx @@ -168,7 +168,7 @@ export default function Component({ service }) { ); } - const enableUser = service.widget?.enableUser ?? true; + const enableUser = !!service.widget?.enableUser; if (playing.length === 1) { const session = playing[0];