fix minor details

This commit is contained in:
Christian Schabesberger 2017-08-13 01:10:22 +02:00
parent 7b7f6d2cbf
commit c76f39c81b
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ public class KioskInfo extends ListInfo {
public static KioskInfo getInfo(KioskExtractor extractor) throws ParsingException {
KioskInfo info = new KioskInfo();
info.type = extractor.getType();
info.name = extractor.getName();
info.id = extractor.getId();
try {
StreamInfoItemCollector c = extractor.getStreams();