iamdb / hifi.rs

a high resolution Qobuz streamer built in Rust
GNU General Public License v3.0
69 stars 10 forks source link

Disable TUI Option #198

Closed iamdb closed 12 months ago

iamdb commented 12 months ago

The ability to disable the TUI has been broken for a while. This cleans up that code and re-enables the option.

This also cleans up some tracing output as well as fix an issue with the mpris module exiting early sometimes.