mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
Add MediaType to media class
This commit is contained in:
parent
d1d341ff9b
commit
f6e5ec81d5
1 changed files with 5 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ import java.util.UUID;
|
||||||
public class Media implements Parcelable {
|
public class Media implements Parcelable {
|
||||||
private static final String TAG = "Media";
|
private static final String TAG = "Media";
|
||||||
|
|
||||||
|
public static String MEDIA_TYPE_MUSIC = "music";
|
||||||
|
public static String MEDIA_TYPE_PODCAST = "podcast";
|
||||||
|
public static String MEDIA_TYPE_AUDIOBOOK = "audiobook";
|
||||||
|
public static String MEDIA_TYPE_VIDEO = "video";
|
||||||
|
|
||||||
public static final String RECENTLY_PLAYED = "RECENTLY_PLAYED";
|
public static final String RECENTLY_PLAYED = "RECENTLY_PLAYED";
|
||||||
public static final String MOST_PLAYED = "MOST_PLAYED";
|
public static final String MOST_PLAYED = "MOST_PLAYED";
|
||||||
public static final String RECENTLY_ADDED = "RECENTLY_ADDED";
|
public static final String RECENTLY_ADDED = "RECENTLY_ADDED";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue