Use relatedItems instead of info.getRelatedStreams()
This commit is contained in:
parent
7a30f4a7d2
commit
4274827dbe
3 changed files with 3 additions and 3 deletions
|
|
@ -168,7 +168,7 @@ public final class PlayerHelper {
|
|||
}
|
||||
|
||||
final List<StreamInfoItem> autoQueueItems = new ArrayList<>();
|
||||
for (final InfoItem item : info.getRelatedStreams()) {
|
||||
for (final InfoItem item : relatedItems) {
|
||||
if (item instanceof StreamInfoItem && !urls.contains(item.getUrl())) {
|
||||
autoQueueItems.add((StreamInfoItem) item);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue