Bugzilla – Bug 2321
Playing a New Music album adds all new music to playlist
Last modified: 2008-09-15 14:36:01 UTC
I can browse new music on a SB1 or SB2 and albums are displayed correctly. However, if I press play or add on an album within New Music, this actually plays all New Music (all tracks on all albums listed under new music). Playing new music works fine in Web UI.
Looks like the 'allTransform' is being applied too liberally. In BrowseDB.pm, change line 182 to: if ($all && $info->{'allTransform'}) { it should work ok then, as a single album will skip using the extra field, and find using only the album id.
Thanks kdf - fixed in change 4714