mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Implemented rating system for song, album and artist (album and artist do not retrieve rating from server)
This commit is contained in:
parent
055ac44cf6
commit
e2ddbdf6c9
15 changed files with 303 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue