Bug 4237 - in Help > Internet Radio there is a dead link to Settings
: in Help > Internet Radio there is a dead link to Settings
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Web Interface
: 6.5.0
: All Other
: P2 normal (vote)
: ---
Assigned To: Chris Owens
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-09-27 12:19 UTC by Dan Evans
Modified: 2008-12-18 11:11 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Evans 2006-09-27 12:19:04 UTC
If you go to Help > Internet Radio and look under "Internet Radio Providers" in the second paragraph, we provide a link to the Internet Radio settings where it says "click here".  That link points to:

  http://localhost:9000/setup.html?page=radio&player=00%3A04%3A20%3A06%3A68%3A5b

This link no longer works with the new Server Settings UI.  clicking it gives you a 404 error in the left pane of SS.
Comment 1 Chris Owens 2006-09-27 12:23:13 UTC
What happens if you just try http://localhost:9000/setup.html?page=radio
Comment 2 KDF 2006-09-27 13:29:08 UTC
page references for setup are now string tokens.  it needs to be:

http://localhost:9000/setup.html?page=RADIO
Comment 3 KDF 2006-09-27 19:37:29 UTC
in trunk at change 10071
6.5 at change 10072