modified: src/widgets/emby/component.jsx

pull/1101/head
Dinesh Reddy J 2 years ago
parent 263801677a
commit 29c7a51b04

@ -174,7 +174,7 @@ export default function Component({ service }) {
command, command,
}); });
await fetch(url).then(() => { await fetch(url).then(() => {
sessionMutate; sessionMutate();
}); });
} }

Loading…
Cancel
Save