mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-02 02:13: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
|
|
@ -14,6 +14,11 @@ import com.cappielloantonio.play.subsonic.models.AlbumID3;
|
|||
public class Album implements Parcelable {
|
||||
private static final String TAG = "Album";
|
||||
|
||||
public static final String RECENTLY_PLAYED = "RECENTLY_PLAYED";
|
||||
public static final String MOST_PLAYED = "MOST_PLAYED";
|
||||
public static final String RECENTLY_ADDED = "RECENTLY_ADDED";
|
||||
public static final String STARRED = "STARRED";
|
||||
|
||||
public String id;
|
||||
public String title;
|
||||
public int year;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue