Closed ionfury closed 7 months ago
Only Lidarr standard form is supported, you'll have to fork it to suit.
I've removed sortKey and sortDirection as the sorting is now done after the API call. So this should resolve your issue.
closed in b21c9e16ecb717c82e2fba4476ce579ebb2b4fc0
Great, thanks!
Reference Issue in lidar
Trying out lidarr requests:
curl --location 'https://{lidarr}/api/v1/wanted/missing?includeArtist=true&apikey={key}&sortKey=artists.sortname&sortDirection=ascending'
curl --location 'https://{lidarr}/api/v1/wanted/missing?includeArtist=true&apikey={key}&sortKey=artists.sortName&sortDirection=ascending'
Would it be possible to disable sorting until the above lidarr issue is resolved?