dmunozv04 / iSponsorBlockTV

SponsorBlock client for all YouTube TV clients.
GNU General Public License v3.0
2.21k stars 92 forks source link

temp fix for miniaudio #50

Closed themagic314 closed 1 year ago

themagic314 commented 1 year ago

GitHub actions always rebuilds miniaudio (which is needed by pyatv). It, however, always uses the latest released version. Since the current miniaudio version (1.58) is broken (does not build), it breaks workflows.

Temporarily add "miniaudio==1.57" to "requirements.txt" for fix it.

dmunozv04 commented 1 year ago

Thanks for the fix!