Bugzilla – Bug 10185
"favorites items" query doesn't return a favorite's url
Last modified: 2008-12-09 01:11:26 UTC
Must be lost somewhere inside Slim::Control::XMLBrowser
I suspect this is caused because of the mix of URL and url used as hash keys. Opml uses URL and the hash keys in favorites therefore assume URL. XMLbrowser used uses url and supports URL in places but not in the cli code. I think the best solution would be to support URL in xmlbrowser too (otherwise we need to create a new hash rewriting all the keys when we pass to xmlbrowser).
No its simpler than this - the XMLbrowser code requires 'want_url:1' on the query to return urls. I think this changes the previously documented operation - what was the reason for raising this, do we need to change the documentation or the code?
Michael: Please target and or fix, thank you
Thanks Adrian. I most likely filed this bug because I didn't RTFM.