🏗️ Added torrent attrs to comic model
This commit is contained in:
@@ -23,6 +23,12 @@ const SettingsScehma = mongoose.Schema({
|
||||
host: HostSchema,
|
||||
},
|
||||
},
|
||||
prowlarr: {
|
||||
client: {
|
||||
host: HostSchema,
|
||||
apiKey: String,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
const Settings = mongoose.model("Settings", SettingsScehma);
|
||||
|
||||
Reference in New Issue
Block a user