[SOLVED] REST : getArtists broken

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):
Patrick
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