fix minor details
This commit is contained in:
parent
7b7f6d2cbf
commit
c76f39c81b
1 changed files with 2 additions and 0 deletions
|
@ -50,6 +50,8 @@ public class KioskInfo extends ListInfo {
|
||||||
public static KioskInfo getInfo(KioskExtractor extractor) throws ParsingException {
|
public static KioskInfo getInfo(KioskExtractor extractor) throws ParsingException {
|
||||||
KioskInfo info = new KioskInfo();
|
KioskInfo info = new KioskInfo();
|
||||||
info.type = extractor.getType();
|
info.type = extractor.getType();
|
||||||
|
info.name = extractor.getName();
|
||||||
|
info.id = extractor.getId();
|
||||||
|
|
||||||
try {
|
try {
|
||||||
StreamInfoItemCollector c = extractor.getStreams();
|
StreamInfoItemCollector c = extractor.getStreams();
|
||||||
|
|
Loading…
Reference in a new issue