Page 1 of 1

[SOLVED] REST : getArtists broken

PostPosted: Thu Feb 26, 2015 10:10 am
by peher
Hello,

I've just upgraded from 5.1 to 5.2 and now the getArtists.view only returns the Artists being played instead of the full list of Artists (I have 540 artists in my subsonic db):

Code: Select all
<subsonic-response xmlns="http://subsonic.org/restapi" status="ok" version="1.12.0">
<artists ignoredArticles="The El La Los Las Le Les">
<index name="K">
<artist id="1830" name="Kruder & Dorfmeister" coverArt="ar-1830" albumCount="2"/>
</index>
</artists>
</subsonic-response>


Patrick

[SOLVED] REST : getArtists broken

PostPosted: Thu Feb 26, 2015 3:11 pm
by peher
Sorry wrong diagnostic.
I had to rescan the media folder and it's working again.