Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: MPRIS loop
tokio::select!()
panic on exit
This fixes a bug that would cause a panic when quiting the process normally. `tokio::select!()` was used to await a single branch, which is useless as it can be replaced by a normal await.
- Loading branch information