tramhao / termusic

Music Player TUI written in Rust
GNU General Public License v3.0
1.05k stars 44 forks source link

refactor(lib::track): change "media_type" to be non-optional #253

Closed hasezoey closed 6 months ago

hasezoey commented 6 months ago

This PR changes Track's media_type to not be option, as it has not been used optionally. also a track should likely always identify what type it is.

hasezoey commented 6 months ago

Note: i dont know why the mac ci randomly failed, maybe try to re-run it