modified: src/widgets/emby/component.jsx

This commit is contained in:
Dinesh Reddy J 2023-03-12 22:11:15 +05:30
parent 263801677a
commit 29c7a51b04

View file

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