fix kiosk

This commit is contained in:
CypherpunkSamurai 2023-02-17 00:36:47 +05:30
parent bc6c643a2a
commit d2d975d3cc
1 changed files with 3 additions and 1 deletions

View File

@ -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;