🔧 Changed the type schema in uncompression utils

This commit is contained in:
2021-08-04 08:55:02 -07:00
parent 29851c5736
commit 524f8179f4
6 changed files with 26 additions and 20 deletions

View File

@@ -37,7 +37,11 @@ const ComicSchema = mongoose.Schema({
name: String,
path: String,
fileSize: Number,
extension: String,
containedIn: String,
calibreMetadata :{
coverWriteResult: String,
}
},
acquisition: {
wanted: Boolean,