mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Fix genre retrieval and filtering
This commit is contained in:
parent
37e45e7957
commit
fd4250b6f7
11 changed files with 139 additions and 73 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue