diff --git a/src/playlist.rs b/src/playlist.rs index 08a38fe..1d40039 100644 --- a/src/playlist.rs +++ b/src/playlist.rs @@ -67,7 +67,7 @@ impl Playlist { Ok(content) } - pub async fn download(&self) -> Result { + pub async fn download(&self) -> Result { let mut counter: u8 = 0; loop { counter += 1;