Fixed the stat call (#778)
This commit is contained in:
parent
fc6467da26
commit
e7753b6160
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ namespace API.Services.Tasks
|
|||
.WithHeader("User-Agent", "Kavita")
|
||||
.WithHeader("x-api-key", "MsnvA2DfQqxSK5jh")
|
||||
.WithHeader("x-kavita-version", BuildInfo.Version)
|
||||
.WithHeader("Content-Type", "application/json")
|
||||
.WithTimeout(TimeSpan.FromSeconds(30))
|
||||
.PostJsonAsync(data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue