fix next video problem

pull/3/head v0.9.2
Christian Schabesberger 2017-04-11 22:45:00 +02:00
rodzic 6ab3dc876e
commit b587d175bb
1 zmienionych plików z 7 dodań i 11 usunięć

Wyświetl plik

@ -239,9 +239,6 @@ public class StreamInfo extends AbstractStreamInfo {
streamInfo.addException(e);
}
try {
// get next video
if(streamInfo.next_video != null)
{
StreamInfoItemCollector c = new StreamInfoItemCollector(
extractor.getUrlIdHandler(), extractor.getServiceId());
StreamInfoItemExtractor nextVideo = extractor.getNextVideo();
@ -251,7 +248,6 @@ public class StreamInfo extends AbstractStreamInfo {
}
streamInfo.errors.addAll(c.getErrors());
}
}
catch(Exception e) {
streamInfo.addException(e);
}