MusicHubTS / backend

Back-end of the powerful online & offline music player, written in TypeScript and Ts.Ed.
MIT License
4 stars 1 forks source link

Parsing error on absolute URLs #2

Closed LittleYe233 closed 2 years ago

LittleYe233 commented 2 years ago

In the previous design we don't consider absolute resource URLs - every URL is prefixed with value of songs.prefix. Now we accept absolute URLs like "https://example.ltd/resource?id=xxx", so we need to fix it.