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

Commit

Permalink
fixed merge issue related to applying video segments to downloaded vi…
Browse files Browse the repository at this point in the history
…deos
  • Loading branch information
polymorphicshade committed Apr 3, 2021
1 parent e9c12f3 commit f4f8d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1628,7 +1628,7 @@ public void openDownloadDialog() {
downloadDialog.setAudioStreams(currentInfo.getAudioStreams());
downloadDialog.setSelectedVideoStream(selectedVideoStreamIndex);
downloadDialog.setSubtitleStreams(currentInfo.getSubtitles());

downloadDialog.setVideoSegments(videoSegments);
downloadDialog.show(activity.getSupportFragmentManager(), "downloadDialog");
} catch (final Exception e) {
ErrorActivity.reportErrorInSnackbar(activity,
Expand Down

0 comments on commit f4f8d45

Please sign in to comment.