Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 568 Bytes

File metadata and controls

8 lines (6 loc) · 568 Bytes
  • playlist/get

    • the api returns a rectangular album art but also the first 4 album covers from the first 4 songs, we can combine and make a collage then save to disk and use that
  • downloadAlbumArt()

    • the res.Body's magic numbers should be checked to see if it's a valid image file and not a rogue binary
  • downloadFile()

    • the res.Body's magic numbers should be checked to see if it's a valid audio file and not a rogue binary