⬇️ Support for multiple bundles in comic model

This commit is contained in:
2021-08-25 23:07:40 -07:00
parent f122515d6a
commit bf701d8838
2 changed files with 27 additions and 17 deletions

View File

@@ -46,7 +46,7 @@ const ComicSchema = mongoose.Schema({
acquisition: {
wanted: Boolean,
release: {},
directconnect: {},
directconnect: Array,
torrent: {
sourceApplication: String,
magnet: String,