Running this on WSL with rustc 1.75.0 (82e1608df 2023-12-21) and running tunein play <any id> immediately crashes with this:
thread '<unnamed>' panicked at src/play.rs:91:22:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at src/app.rs:185:45:
called `Option::unwrap()` on a `None` value
Running this on WSL with rustc 1.75.0 (82e1608df 2023-12-21) and running
tunein play <any id>immediately crashes with this: