From f03b676313ce11d8443d84b1eac15519d09db36b Mon Sep 17 00:00:00 2001 From: Love Billenius Date: Wed, 8 Mar 2023 20:32:57 +0100 Subject: [PATCH] error --- src/playlist.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;