Use getters for extractor items
This commit is contained in:
parent
1fe6da14ea
commit
bb2af96deb
27 changed files with 182 additions and 153 deletions
|
|
@ -48,7 +48,7 @@ public class WatchHistoryEntry extends HistoryEntry {
|
|||
}
|
||||
|
||||
public WatchHistoryEntry(StreamInfo streamInfo) {
|
||||
this(new Date(), streamInfo.service_id, streamInfo.name, streamInfo.url,
|
||||
this(new Date(), streamInfo.getServiceId(), streamInfo.getName(), streamInfo.getUrl(),
|
||||
streamInfo.id, streamInfo.thumbnail_url, streamInfo.uploader_name, streamInfo.duration);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue