🎛 Tweaks to the DC++ downloads endpoint

This commit is contained in:
2022-07-28 09:11:44 -07:00
parent 3f37c43584
commit b0a7e42461
3 changed files with 13 additions and 14 deletions

View File

@@ -48,10 +48,10 @@ const LOCGSchema = mongoose.Schema({
potw: Number,
});
const DirectConnectBundleSchema = mongoose.Schema({
resultId: String,
bundleId: Number,
directoryIds: [String],
searchInstanceId: Number,
name: String,
size: String,
type: {},
});
const ComicSchema = mongoose.Schema(