Fix genre retrieval and filtering

This commit is contained in:
CappielloAntonio 2021-07-31 18:43:40 +02:00
parent 37e45e7957
commit fd4250b6f7
11 changed files with 139 additions and 73 deletions

View file

@ -28,6 +28,7 @@ public class SubsonicResponse {
private NewestPodcasts newestPodcasts;
private Podcasts podcasts;
private Lyrics lyrics;
@Element(name = "songsByGenre")
private Songs songsByGenre;
@Element(name = "randomSongs")
private Songs randomSongs;