mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Implementation of song/album/artist page list
This commit is contained in:
parent
051ba23b58
commit
b5eaa1e523
17 changed files with 550 additions and 40 deletions
|
|
@ -25,9 +25,8 @@ public class Song implements Parcelable {
|
|||
public static final String BY_GENRES = "BY_GENRES";
|
||||
public static final String BY_ARTIST = "BY_ARTIST";
|
||||
public static final String BY_YEAR = "BY_YEAR";
|
||||
public static final String IS_FAVORITE = "IS_FAVORITE";
|
||||
public static final String STARRED = "STARRED";
|
||||
public static final String DOWNLOADED = "DOWNLOADED";
|
||||
public static final String RADIO = "RADIO";
|
||||
|
||||
private String id;
|
||||
private String title;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue