Skip to content
This repository was archived by the owner on Jan 21, 2024. It is now read-only.

Commit f4f8d45

Browse files
fixed merge issue related to applying video segments to downloaded videos
1 parent e9c12f3 commit f4f8d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ public void openDownloadDialog() {
16281628
downloadDialog.setAudioStreams(currentInfo.getAudioStreams());
16291629
downloadDialog.setSelectedVideoStream(selectedVideoStreamIndex);
16301630
downloadDialog.setSubtitleStreams(currentInfo.getSubtitles());
1631-
1631+
downloadDialog.setVideoSegments(videoSegments);
16321632
downloadDialog.show(activity.getSupportFragmentManager(), "downloadDialog");
16331633
} catch (final Exception e) {
16341634
ErrorActivity.reportErrorInSnackbar(activity,

0 commit comments

Comments
 (0)