diff options
| author | Yuval Adam <_@yuv.al> | 2024-06-04 21:04:22 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2024-06-04 21:04:22 +0200 |
| commit | 62e95522c52d0f80af14a6be43a88c26bc82c523 (patch) | |
| tree | c097e602d8fac6aa51ba9c6603ec2e4cd886f4c7 /src | |
| parent | f7fe187c464525339c58996ec86b4faea4306789 (diff) | |
Remove channel titlespinner-mpsc
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 1 |
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(); |
