Fix typos in code
This commit is contained in:
parent
6f146f06d2
commit
19b25479ae
1 changed files with 2 additions and 2 deletions
|
|
@ -35,8 +35,8 @@ impl Settings {
|
||||||
refresh_ui_seconds: 1,
|
refresh_ui_seconds: 1,
|
||||||
downloader: DownloaderConfig {
|
downloader: DownloaderConfig {
|
||||||
concurrent_downloads: 4,
|
concurrent_downloads: 4,
|
||||||
quality: QBuuality::Q320,
|
quality: Quality::Q320,
|
||||||
path: Pathf::from("downloads"),
|
path: PathBuf::from("downloads"),
|
||||||
filename_template: "%artist% - %title%".to_string(),
|
filename_template: "%artist% - %title%".to_string(),
|
||||||
id3v24: true,
|
id3v24: true,
|
||||||
convert_to_mp3: false,
|
convert_to_mp3: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue