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
|
@Override
|
||||||
public KioskList getKioskList() throws ExtractionException {
|
public KioskList getKioskList() throws ExtractionException {
|
||||||
return null;
|
final KioskList list = new KioskList(this);
|
||||||
|
return list;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public ChannelExtractor getChannelExtractor(ListLinkHandler linkHandler) throws ExtractionException {
|
public ChannelExtractor getChannelExtractor(ListLinkHandler linkHandler) throws ExtractionException {
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in a new issue