diff --git a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfo.java b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfo.java index 1819f598..12affe4d 100644 --- a/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfo.java +++ b/extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfo.java @@ -395,7 +395,7 @@ public class StreamInfo extends Info { /** * Preview frames, e.g. for the storyboard / seekbar thumbnail preview */ - private List previewFrames = new ArrayList<>(); + private List previewFrames = Collections.emptyList(); /** * Get the stream type