mirror of
https://github.com/Dangoware/dango-music-player.git
synced 2025-04-19 01:52:53 -05:00
changed default configlibrary value
This commit is contained in:
parent
8b26186891
commit
4d647971aa
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ impl Default for ConfigLibrary {
|
|||
fn default() -> Self {
|
||||
ConfigLibrary {
|
||||
name: String::new(),
|
||||
path: PathBuf::from("library"),
|
||||
path: PathBuf::default(),
|
||||
uuid: Uuid::new_v4(),
|
||||
scan_folders: None,
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue