mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 23:13:36 +00:00
Implementation of song/album/artist page list
This commit is contained in:
@@ -21,6 +21,8 @@ import java.util.List;
|
||||
public class Artist implements Parcelable {
|
||||
private static final String TAG = "Artist";
|
||||
|
||||
public static final String STARRED = "STARRED";
|
||||
|
||||
public List<Genre> genres;
|
||||
public List<Album> albums;
|
||||
public List<Song> songs;
|
||||
|
||||
Reference in New Issue
Block a user