mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-01 15:03:37 +00:00
Added podcast fields in the generic Media class
This commit is contained in:
@@ -52,6 +52,12 @@ public class Media implements Parcelable {
|
||||
private long lastPlay;
|
||||
private int rating;
|
||||
|
||||
private String streamId;
|
||||
private String channelId;
|
||||
private String description;
|
||||
private String status;
|
||||
private Date publishDate;
|
||||
|
||||
public Media() {
|
||||
this.id = UUID.randomUUID().toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user