Update "UpdateStatus" type to server changes (#413)

The "UpdateStatus" was updated in https://github.com/Suwayomi/Tachidesk-Server/pull/657 on the server side
This commit is contained in:
schroda
2023-08-28 23:47:40 +02:00
committed by GitHub
parent bde16d0411
commit c23799f0e0
2 changed files with 3 additions and 3 deletions

View File

@@ -278,7 +278,7 @@ export interface IQueue {
export interface IUpdateStatus {
running: boolean;
statusMap: {
mangaStatusMap: {
COMPLETE?: IManga[];
RUNNING?: IManga[];
PENDING?: IManga[];