mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +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 int rating;
|
||||
|
||||
private String streamId;
|
||||
private String channelId;
|
||||
private String description;
|
||||
private String status;
|
||||
private Date publishDate;
|
||||
|
||||
public Media() {
|
||||
this.id = UUID.randomUUID().toString();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue