🔧 Implemented the long-awaited refactor of the unzip and unrar methods for cover and metadata extraction
This commit is contained in:
6
models/comicinfoXML.model.ts
Normal file
6
models/comicinfoXML.model.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
const mongoose = require("mongoose");
|
||||
|
||||
const ComicInfoXMLSchema = mongoose.Schema({
|
||||
|
||||
});
|
||||
export default ComicInfoXMLSchema;
|
||||
Reference in New Issue
Block a user