1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

New: Optional message for marking as failed via API

Closes #7775
This commit is contained in:
Mark McDowall
2025-09-29 20:46:07 -07:00
parent 858c690543
commit a5ea19ddfb
19 changed files with 121 additions and 29 deletions
@@ -64,6 +64,7 @@ const usePagedApiQuery = <T>(options: PagedQueryOptions<T>) => {
headers: {
...options.headers,
'X-Api-Key': window.Sonarr.apiKey,
'X-Sonarr-Client': 'Sonarr',
},
},
};