🔢 Added port field to AirDCPP model

This commit is contained in:
2022-09-28 09:52:32 -07:00
parent d2c171ab5e
commit c8492cb5aa

View File

@@ -8,6 +8,7 @@ const SettingsScehma = mongoose.Schema({
username: String,
password: String,
hostname: String,
port: String,
protocol: String,
},
airDCPPUserSettings: Object,