Bugzilla – Bug 16424
Add original track filename to download url
Last modified: 2011-01-17 04:55:10 UTC
In Menu/TrackInfo.pm change it to this weblink => $track->isRemoteURL($turl) ? undef : '/music/' . $track->id . '/download/'.($track->path =~ m,/([^/\\]+)$,)[0] This lets you get files downloaded with their original filename instead of just "download".
*** This bug has been confirmed by popular vote. ***
Fixed in change 31767