namespace LANCommander.Server.Settings.Models; public class LibrarySettings { public bool EnableUserLibraries { get; set; } = true; }