error
This commit is contained in:
parent
1d0e709784
commit
f03b676313
@ -67,7 +67,7 @@ impl Playlist {
|
|||||||
Ok(content)
|
Ok(content)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn download(&self) -> Result<String, String> {
|
pub async fn download(&self) -> Result<String, Error> {
|
||||||
let mut counter: u8 = 0;
|
let mut counter: u8 = 0;
|
||||||
loop {
|
loop {
|
||||||
counter += 1;
|
counter += 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user