UnblockNeteaseMusic / server

Revive unavailable songs for Netease Cloud Music (Refactored & Enhanced version)
GNU Lesser General Public License v3.0
6.42k stars 631 forks source link

fix: not to process the urls started with '/api' by default #1475

Closed s12mmm3 closed 2 months ago

s12mmm3 commented 2 months ago

All urls started with '/weapi' or '/eapi' can be modified to start with '/api' (refer to NeteaseCloudMusicApi), by modifying the config of client, but we don't do that in usual.

1715173329 commented 2 months ago

Thank you for quick response.