mirror of
https://github.com/TeamNewPipe/NewPipeExtractor.git
synced 2024-12-13 05:40:34 +05:30
fix compatibility issue
This commit is contained in:
parent
09aca7cf90
commit
e51bc58a85
@ -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();
|
return service.getChannelExtractor(url, nextStreamsUrl).getNextStreams();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user