mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 18:03:33 +00:00
Added podcast fields in the generic Media class
This commit is contained in:
parent
f6e5ec81d5
commit
16feb1e8b3
1 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,12 @@ public class Media implements Parcelable {
|
||||||
private long lastPlay;
|
private long lastPlay;
|
||||||
private int rating;
|
private int rating;
|
||||||
|
|
||||||
|
private String streamId;
|
||||||
|
private String channelId;
|
||||||
|
private String description;
|
||||||
|
private String status;
|
||||||
|
private Date publishDate;
|
||||||
|
|
||||||
public Media() {
|
public Media() {
|
||||||
this.id = UUID.randomUUID().toString();
|
this.id = UUID.randomUUID().toString();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue