monsterutilities
monsterutilities copied to clipboard
fix(covers): catch covers API timeouts and hardcode cache file extensions
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;
@xerus2000 same for this PR; needs a review