mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Implemented rating system for song, album and artist (album and artist do not retrieve rating from server)
This commit is contained in:
@@ -56,6 +56,7 @@ public class SubsonicResponse {
|
||||
private NowPlaying nowPlaying;
|
||||
private VideoInfo videoInfo;
|
||||
private Videos videos;
|
||||
@Element(name = "song")
|
||||
private Child song;
|
||||
@Element(name = "album")
|
||||
private AlbumWithSongsID3 album;
|
||||
|
||||
Reference in New Issue
Block a user