fix: remove allow(dead_code)
This commit is contained in:
parent
1bc47b7c2d
commit
44e14a4ae0
4 changed files with 8 additions and 1 deletions
|
|
@ -271,6 +271,7 @@ async fn download_chunks_by_param(
|
|||
Ok(())
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
struct StreamDownload {
|
||||
file: PathBuf,
|
||||
// track_name: String TODO: add for multiple audio languages,
|
||||
|
|
|
|||
Reference in a new issue