SwooshyCueb / strimmer

Collaborative playlisting for an internet radio station
Other
2 stars 0 forks source link

If album art cannot be cached, index.php will stop processing tracks #71

Open SwooshyCueb opened 9 years ago

TheBlackParrot commented 9 years ago

Was being caused by a 403 error when obtaining track artwork, falling back to user artwork if this is the case

TheBlackParrot commented 9 years ago

Actually should add a fallback image somewhere in assets

SwooshyCueb commented 9 years ago

Partially fixed. We will fallback to the submitter's avatar in the event that there is no URL to fetch album art from, but I haven't added any handling for problems for 403 errors and such