Update src/widgets/tautulli/component.jsx
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
e82f667c17
commit
b91afa65fd
@ -168,7 +168,7 @@ export default function Component({ service }) {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const enableUser = service.widget?.enableUser ?? true;
|
const enableUser = !!service.widget?.enableUser;
|
||||||
|
|
||||||
if (playing.length === 1) {
|
if (playing.length === 1) {
|
||||||
const session = playing[0];
|
const session = playing[0];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user