YXL76 / cloudmusic-vscode

Netease Music for VS Code
https://marketplace.visualstudio.com/items?itemName=yxl.cloudmusic
MIT License
657 stars 52 forks source link

fix imgUrl too large #987

Closed mcwindy closed 3 months ago

mcwindy commented 5 months ago

"common.picture.length" indicates the number of covers in the file, which is always 1. "data.length" is the size of the image file. In fact, there is also a problem, 1024 bytes only 1kb, which cannot hold any image files.