mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
add DLNA server name and debug log options to web
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user