forked from extern/homer
Update Sonarr.vue
This commit is contained in:
parent
e32643056e
commit
d6d078132b
@ -94,7 +94,9 @@ export default {
|
|||||||
console.error(e);
|
console.error(e);
|
||||||
this.serverError = true;
|
this.serverError = true;
|
||||||
});
|
});
|
||||||
fetch(`${this.item.url}/api/queue?apikey=${this.item.apikey}`)
|
fetch(`${this.item.url}/api/queue?apikey=${this.item.apikey}`, {
|
||||||
|
credentials: "include",
|
||||||
|
})
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
if (response.status != 200) {
|
if (response.status != 200) {
|
||||||
throw new Error(response.statusText);
|
throw new Error(response.statusText);
|
||||||
|
Loading…
Reference in New Issue
Block a user