Added a new page dedicated to the favorites of artists, albums and songs

This commit is contained in:
CappielloAntonio 2022-01-15 17:07:29 +01:00
parent fc71341c73
commit 2a103909d1
7 changed files with 542 additions and 2 deletions

View file

@ -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;