mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-04 16:23:08 +00:00
Get similar song from subsonic response
This commit is contained in:
@@ -11,6 +11,7 @@ public class SubsonicResponse {
|
|||||||
private Error error;
|
private Error error;
|
||||||
private ScanStatus scanStatus;
|
private ScanStatus scanStatus;
|
||||||
private TopSongs topSongs;
|
private TopSongs topSongs;
|
||||||
|
@Element(name = "similarSongs2")
|
||||||
private SimilarSongs2 similarSongs2;
|
private SimilarSongs2 similarSongs2;
|
||||||
private SimilarSongs similarSongs;
|
private SimilarSongs similarSongs;
|
||||||
private ArtistInfo2 artistInfo2;
|
private ArtistInfo2 artistInfo2;
|
||||||
|
|||||||
Reference in New Issue
Block a user