Bugzilla – Bug 4173
press right to add to favorites option disappears once you've used it, until you restart server
Last modified: 2008-12-18 11:11:39 UTC
Noticed by DEvans. STR with player UI: - go to browse playlists - press right on a playlist - press up and notice the 'Go right to add as a favorite' is there. - press left, then go in to another playlist or in to the same one - note the 'Go right to add as a favorite' option is missing
Buttons::BrowseDB, both 6.5 and trunk: $filters->{'playlist.id => $filters->{'playlist'} $client->modeParam('findCriteria')->{'playlist'} => $client->modeParam('findCriteria')->{'playlist.id'} This fixes the missing option, and a followup problem where the attempt to add the fave fails.
Should KDF commit this fix when he gets a chance, Dan?
kdf - what does the patch look like?
Created attachment 1568 [details] looks like this
Fixed in change 9984