Skip to content

Commit 0c12b39

Browse files
committed
Review changes
1 parent ecf4232 commit 0c12b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extractor/src/main/java/org/schabi/newpipe/extractor/stream/StreamInfo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ private static StreamInfo extractOptionalData(StreamInfo streamInfo, StreamExtra
395395
/**
396396
* Preview frames, e.g. for the storyboard / seekbar thumbnail preview
397397
*/
398-
private List<Frameset> previewFrames = new ArrayList<>();
398+
private List<Frameset> previewFrames = Collections.emptyList();
399399

400400
/**
401401
* Get the stream type

0 commit comments

Comments
 (0)