fix compatibility issue

This commit is contained in:
Christian Schabesberger 2018-02-12 20:23:43 +01:00
parent 09aca7cf90
commit e51bc58a85
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class ChannelInfo extends ListInfo {
}
public static NextItemsResult getMoreItems(StreamingService service, String url, String nextStreamsUrl, String contentLanguage) throws IOException, ExtractionException {
public static NextItemsResult getMoreItems(StreamingService service, String url, String nextStreamsUrl) throws IOException, ExtractionException {
return service.getChannelExtractor(url, nextStreamsUrl).getNextStreams();
}