xeruf / monsterutilities

Browse, stream and download Monstercat Songs
GNU General Public License v3.0
31 stars 2 forks source link

fix(covers): catch covers API timeouts and hardcode cache file extensions #123

Open defvs opened 4 years ago

defvs commented 4 years ago

Fixes #107

Regarding the file extension hardcode : Other than grabbing the Content-Type header (which is cumbersome in the current scope), it is better for now to hardcode the file extension. Most file viewers today can recognize wrong extension and still read, for example, a png file disguised with a .jpg extension;

defvs commented 4 years ago

@xerus2000 same for this PR; needs a review