Bugzilla – Bug 17362
Sometimes 404 Not found is returned instead of default artwork for unknown track id's
Last modified: 2011-08-03 05:44:03 UTC
For unknown track IDs and tracks with no coverart, SqueezeServer returns a default "no artwork" image. This works for certain sizes (e.g. 96x96 and up), but some smaller sizes do not - which is quite strange. How to reproduce: Try to fetch a cover of size 46x46 for an unknown track ID (here 0): http://localhost:9000/music/0/cover_46x46_p.jpg You should get a default image, but you get HTTP 404 Not Found (at least this is what I get on Windows and Debian Squeeze).
== Auto-comment from SVN commit #32960 to the slim repo by mherger == == http://svn.slimdevices.com/slim?view=revision&revision=32960 == Fixed Bug: 17362 Description: when falling back to default artwork, make sure we're using .png extension, as that's how we store our artwork files.