mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-01-31 14:43:36 +00:00
Add MediaType to media class
This commit is contained in:
@@ -13,6 +13,11 @@ import java.util.UUID;
|
||||
public class Media implements Parcelable {
|
||||
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 MOST_PLAYED = "MOST_PLAYED";
|
||||
public static final String RECENTLY_ADDED = "RECENTLY_ADDED";
|
||||
|
||||
Reference in New Issue
Block a user