fix: download audio with dolby codec

This commit is contained in:
ThetaDev 2025-02-02 17:49:50 +01:00
parent b12f4c5d82
commit 92340056f8
No known key found for this signature in database
GPG key ID: E319D3C5148D65B6
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),