🔢 Added port field to AirDCPP model
This commit is contained in:
@@ -8,6 +8,7 @@ const SettingsScehma = mongoose.Schema({
|
|||||||
username: String,
|
username: String,
|
||||||
password: String,
|
password: String,
|
||||||
hostname: String,
|
hostname: String,
|
||||||
|
port: String,
|
||||||
protocol: String,
|
protocol: String,
|
||||||
},
|
},
|
||||||
airDCPPUserSettings: Object,
|
airDCPPUserSettings: Object,
|
||||||
|
|||||||
Reference in New Issue
Block a user