add DLNA server name and debug log options to web

This commit is contained in:
nikk gitanes
2022-05-25 10:09:00 +03:00
parent 3af0566731
commit 50c0860b9b
8 changed files with 36 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ export default function SettingsDialog({ handleClose }) {
)
sets[id] = Boolean(!checked)
else sets[id] = Boolean(checked)
} else if (type === 'url') {
} else if (type === 'url' || type === 'text') {
sets[id] = value
}
setSettings(sets)