Bug 4173 - press right to add to favorites option disappears once you've used it, until you restart server
: press right to add to favorites option disappears once you've used it, until ...
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Player UI
: 6.5.0
: Macintosh MacOS X 10.4
: P2 major (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-21 10:29 UTC by Kevin Pearsall
Modified: 2008-12-18 11:11 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments
looks like this (845 bytes, patch)
2006-09-21 20:35 UTC, KDF
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2006-09-21 10:29:04 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
Comment 1 KDF 2006-09-21 15:02:04 UTC
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.

Comment 2 Chris Owens 2006-09-21 17:56:16 UTC
Should KDF commit this fix when he gets a chance, Dan?
Comment 3 Dan Sully 2006-09-21 18:05:30 UTC
kdf - what does the patch look like?
Comment 4 KDF 2006-09-21 20:35:21 UTC
Created attachment 1568 [details]
looks like this
Comment 5 Dan Sully 2006-09-22 15:14:07 UTC
Fixed in change 9984