summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 4cee4d1..7eb88e2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -25,7 +25,6 @@ async fn main() {
let url = get_stream_url(&playlist).await.unwrap();
sp.stop_with_newline();
- sp = Spinner::new(Spinners::Arrow3, format!("Playing {}", ch.title));
tokio::spawn(async move {
while let Some(title) = rx.recv().await {
sp.stop_with_newline();