tsquillario / Jamstash

HTML5 Music Streamer for Subsonic
http://jamstash.com
270 stars 88 forks source link

Cosmetic fixes: albumart thumbnails, favicon #265

Closed trap000d closed 2 years ago

trap000d commented 2 years ago

There are few cases when album covers are missed on the server so broken picture frames are shown in the player. I've added some checks to handle them and replace with default album/artist icon.

In Gruntfile.js uglification patterns also were needed to be global (as grunt replaces only the first occurrence of pattern by default)

pR0Ps commented 2 years ago

Thanks!