This commit is contained in:
Love 2023-03-08 20:32:57 +01:00
parent 1d0e709784
commit f03b676313

View File

@ -67,7 +67,7 @@ impl Playlist {
Ok(content)
}
pub async fn download(&self) -> Result<String, String> {
pub async fn download(&self) -> Result<String, Error> {
let mut counter: u8 = 0;
loop {
counter += 1;