mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13:33 +00:00
Added a new page dedicated to the favorites of artists, albums and songs
This commit is contained in:
parent
fc71341c73
commit
2a103909d1
7 changed files with 542 additions and 2 deletions
|
|
@ -22,6 +22,7 @@ public class Album implements Parcelable {
|
|||
public static final String DOWNLOADED = "DOWNLOADED";
|
||||
public static final String STARRED = "STARRED";
|
||||
public static final String FROM_ARTIST = "FROM_ARTIST";
|
||||
public static final String NEW_RELEASES = "NEW_RELEASES";
|
||||
|
||||
private String id;
|
||||
private String title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue