🔍 Missing file watching logic for chokidar
This commit is contained in:
@@ -304,6 +304,7 @@ const ComicSchema = mongoose.Schema(
|
||||
importStatus: {
|
||||
isImported: Boolean,
|
||||
tagged: Boolean,
|
||||
isRawFileMissing: { type: Boolean, default: false },
|
||||
matchedResult: {
|
||||
score: String,
|
||||
},
|
||||
|
||||
@@ -736,6 +736,7 @@ export const typeDefs = gql`
|
||||
totalLocalFiles: Int!
|
||||
alreadyImported: Int!
|
||||
newFiles: Int!
|
||||
missingFiles: Int!
|
||||
percentageImported: String!
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user