Update download subscription to server changes

The download subscription now sends messages for finished downloads, thus, it's not required anymore to refetch the chapters.
This commit is contained in:
schroda
2023-12-16 19:00:05 +01:00
parent 62568ce76b
commit f542c17fd6
3 changed files with 13 additions and 33 deletions

View File

@@ -322,9 +322,11 @@ export const FULL_DOWNLOAD_STATUS = gql`
id
name
sourceOrder
isDownloaded
manga {
id
title
downloadCount
}
}
progress