tramhao / termusic

Music Player TUI written in Rust
GNU General Public License v3.0
962 stars 42 forks source link

Some lib::songtag Refactors #294

Closed hasezoey closed 2 months ago

hasezoey commented 2 months ago

This PR refactors some parts in lib::songtag, most notably changing to use async-reqwest instead of blocking, other changes:

Now there is only 1 usage of reqwest::blocking anymore, that being lib::podcast (and a unreferenced module in playback::rusty::source::http)