mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-01-12 08:58:14 +01:00
Update Sonarr.vue
This commit is contained in:
parent
e32643056e
commit
d6d078132b
@ -94,7 +94,9 @@ export default {
|
||||
console.error(e);
|
||||
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) => {
|
||||
if (response.status != 200) {
|
||||
throw new Error(response.statusText);
|
||||
|
Loading…
Reference in New Issue
Block a user