make option name less redundant

This commit is contained in:
Charles Hall 2025-02-28 10:46:21 -08:00
parent 0a6d2b2731
commit ae920fdbe8
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
3 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ pub(crate) struct Config {
#[serde(deny_unknown_fields)]
pub(crate) struct MediaConfig {
#[serde(default)]
pub(crate) serve_media_unauthenticated: bool,
pub(crate) allow_unauthenticated_access: bool,
}
#[derive(Debug, Deserialize)]