Adding more code to the syncers module
This commit is contained in:
@@ -12,4 +12,15 @@ impl Default for Download {
|
||||
api: models::api::API::default(),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl Download {
|
||||
pub async fn download_song(&self, token: &models::token::Token) {
|
||||
}
|
||||
|
||||
fn retrieve_url(&self) -> String {
|
||||
let mut url: String = String::new();
|
||||
|
||||
return url;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user