fix kiosk
This commit is contained in:
parent
bc6c643a2a
commit
d2d975d3cc
1 changed files with 3 additions and 1 deletions
|
@ -89,9 +89,11 @@ public class XhService extends StreamingService {
|
|||
|
||||
@Override
|
||||
public KioskList getKioskList() throws ExtractionException {
|
||||
return null;
|
||||
final KioskList list = new KioskList(this);
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public ChannelExtractor getChannelExtractor(ListLinkHandler linkHandler) throws ExtractionException {
|
||||
return null;
|
||||
|
|
Loading…
Reference in a new issue