API 1.9.0 Bug: getRandomSongs
First, apologies if this is the wrong place to post this. I'm not sure where to open bugs.
I'm trying to use the getRandomSongs function using standalone subsonic v4.8 on Ubuntu 12.10.
Formed the request as specified:
but it returns an empty result. I've seen this issue posted in regards to some of the branches (http://forum.madsonic.org/viewtopic.php?f=30&t=542) but haven't seen it mentioned here.
I verified that this was not an issue with previous versions by testing with subsonic v4.6 on the same machine. With 4.6, the result came back as expected.
I'm trying to use the getRandomSongs function using standalone subsonic v4.8 on Ubuntu 12.10.
Formed the request as specified:
- Code: Select all
http://my-server.com/rest/getRandomSongs.view?u=user&p=pass&v=1.9.0&c=test&size=10
but it returns an empty result. I've seen this issue posted in regards to some of the branches (http://forum.madsonic.org/viewtopic.php?f=30&t=542) but haven't seen it mentioned here.
I verified that this was not an issue with previous versions by testing with subsonic v4.6 on the same machine. With 4.6, the result came back as expected.