🔢 Fix for disk size consumed by comics

This commit is contained in:
2026-03-09 21:32:41 -04:00
parent c9f323e610
commit 7f86497cfc
2 changed files with 13 additions and 8 deletions

View File

@@ -191,6 +191,7 @@ export const typeDefs = gql`
type ImportStatus {
isImported: Boolean
tagged: Boolean
isRawFileMissing: Boolean
matchedResult: MatchedResult
}