missdeer/hannah

reverseProxy 对某些歌单无反应

Closed this issue · 1 comments

现象:
对于专辑:https://music.163.com/#/album?id=2684082
对应 reverseProxy 请确的URL:http://127.0.0.1:8321/netease/2684082?type=album
保存的 album.m3u 内容为空

原因:
rp/getAlbumSongs.go 中 bufio.Writer 没有调用 Flush 方法
其它几个类似方法也都是如此

Thanks.
592c21f