Bugzilla – Bug 3502
Download link on track page doesn't work anymore
Last modified: 2006-06-08 19:09:13 UTC
Sometime in the last week, the download link on a tracks information page doesn't work anymore. Clicking the link results in a busy cursor, and no download. I am running the latest available debian version. I know this was working last week as my brother uses it once a week to get whatever latest track his guitar teacher has assigned him, and he let me know it wasn't working last night! Sorry I can't be more specific, if you need any more info, then please let me know and I shall endeavour to provide it. Cheers, Steve
note for myself when I have access to svn again... Slim::Web::HTTP.pm needs to change to: if (blessed($obj) && Slim::Music::Info::isSong($obj) && Slim::Music::Info::isFile($obj->url())) {
fixed at change 7831 for June 9 nightly