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