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:
@@ -278,7 +278,7 @@ export interface IQueue {
|
||||
|
||||
export interface IUpdateStatus {
|
||||
running: boolean;
|
||||
statusMap: {
|
||||
mangaStatusMap: {
|
||||
COMPLETE?: IManga[];
|
||||
RUNNING?: IManga[];
|
||||
PENDING?: IManga[];
|
||||
|
||||
Reference in New Issue
Block a user