changed default configlibrary value

This commit is contained in:
MrDulfin 2024-12-26 18:05:20 -05:00
parent 8b26186891
commit 4d647971aa

View file

@ -21,7 +21,7 @@ impl Default for ConfigLibrary {
fn default() -> Self { fn default() -> Self {
ConfigLibrary { ConfigLibrary {
name: String::new(), name: String::new(),
path: PathBuf::from("library"), path: PathBuf::default(),
uuid: Uuid::new_v4(), uuid: Uuid::new_v4(),
scan_folders: None, scan_folders: None,
} }