fix: download audio with dolby codec
This commit is contained in:
parent
b12f4c5d82
commit
92340056f8
2 changed files with 8 additions and 6 deletions
|
|
@ -25,8 +25,8 @@ pub enum DownloadError {
|
|||
#[error("Progressive download error: {0}")]
|
||||
Progressive(Cow<'static, str>),
|
||||
/// Video could not be downloaded because of invalid player data
|
||||
#[error("input error: {0}")]
|
||||
Input(Cow<'static, str>),
|
||||
#[error("source error: {0}")]
|
||||
Source(Cow<'static, str>),
|
||||
/// Download target already exists
|
||||
#[error("file {0} already exists")]
|
||||
Exists(PathBuf),
|
||||
|
|
|
|||
Reference in a new issue