Permission: add option "host_permissions"
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1115
This commit is contained in:
@@ -48,6 +48,7 @@ enum class ConfigOption {
|
||||
ZEROCONF_NAME,
|
||||
ZEROCONF_ENABLED,
|
||||
PASSWORD,
|
||||
HOST_PERMISSIONS,
|
||||
LOCAL_PERMISSIONS,
|
||||
DEFAULT_PERMS,
|
||||
AUDIO_OUTPUT_FORMAT,
|
||||
|
@@ -44,6 +44,7 @@ const ConfigTemplate config_param_templates[] = {
|
||||
{ "zeroconf_name" },
|
||||
{ "zeroconf_enabled" },
|
||||
{ "password", true },
|
||||
{ "host_permissions", true },
|
||||
{ "local_permissions" },
|
||||
{ "default_permissions" },
|
||||
{ "audio_output_format" },
|
||||
|
Reference in New Issue
Block a user