Autoformat
This commit is contained in:
parent
bcebaf499e
commit
0927f3815e
2 changed files with 71 additions and 74 deletions
|
@ -85,10 +85,7 @@ pub fn read(db: &DB) -> Result<Config> {
|
|||
};
|
||||
|
||||
let (art_pattern, sleep_duration) = misc_settings
|
||||
.select((
|
||||
index_album_art_pattern,
|
||||
index_sleep_duration_seconds,
|
||||
))
|
||||
.select((index_album_art_pattern, index_sleep_duration_seconds))
|
||||
.get_result(&connection)?;
|
||||
|
||||
config.album_art_pattern = Some(art_pattern);
|
||||
|
|
Loading…
Add table
Reference in a new issue