fix: download audio with dolby codec

This commit is contained in:
ThetaDev 2025-02-02 17:49:50 +01:00
parent 52744ee3bf
commit e5a8a0e732
2 changed files with 8 additions and 6 deletions

View file

@ -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),