Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/homepage/commit/29c7a51b04fafbeb11eca46abad7114a6d94b6b6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

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,
});
await fetch(url).then(() => {
sessionMutate;
sessionMutate();
});
}

Loading…
Cancel
Save