freezer icon indicating copy to clipboard operation
freezer copied to clipboard

Invalid filesizes

Open 89z opened this issue 3 years ago • 0 comments

I see these options:

https://github.com/frannyfx/freezer/blob/a110465c85c066246fbef42a5f3e159ccc0168ca/src/main/api.js#L104-L111

However from my testing these arent valid, even with Deezer Premium:

aac_64: item["FILESIZE_AAC_64"],
mp3_64: item["FILESIZE_MP3_64"],
mp3_256: item["FILESIZE_MP3_256"],
~~~				

89z avatar Mar 16 '21 22:03 89z