🔧 Changed the type schema in uncompression utils
This commit is contained in:
@@ -37,7 +37,11 @@ const ComicSchema = mongoose.Schema({
|
||||
name: String,
|
||||
path: String,
|
||||
fileSize: Number,
|
||||
extension: String,
|
||||
containedIn: String,
|
||||
calibreMetadata :{
|
||||
coverWriteResult: String,
|
||||
}
|
||||
},
|
||||
acquisition: {
|
||||
wanted: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user