We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0b59e commit 179bbd6Copy full SHA for 179bbd6
crates/download-manager/src/lib.rs
@@ -29,7 +29,11 @@ pub struct DownloadManager {
29
}
30
31
impl DownloadManager {
32
- pub fn new(cache_dir: PathBuf, database: &'static YTLocalDatabase, parallel_downloads: u16) -> Self {
+ pub fn new(
33
+ cache_dir: PathBuf,
34
+ database: &'static YTLocalDatabase,
35
+ parallel_downloads: u16,
36
+ ) -> Self {
37
Self {
38
database,
39
cache_dir,
0 commit comments