Nerixyz / current-song2

Display the currently playing song/audio.
https://currentsong.nerixyz.de
85 stars 7 forks source link

fix(js): type errors #462

Closed Nerixyz closed 2 months ago

Nerixyz commented 2 months ago

Originally, I changed formatLocalUrl, but due to missing type checks in CI, I didn't notice its use in another place (https://github.com/Nerixyz/current-song2/issues/454#issuecomment-2184016350). Now types are checked in CI.