fixed merge issue related to applying video segments to downloaded videos
This commit is contained in:
parent
e9c12f37bb
commit
f4f8d45d08
1 changed files with 1 additions and 1 deletions
|
@ -1628,7 +1628,7 @@ public final class VideoDetailFragment
|
||||||
downloadDialog.setAudioStreams(currentInfo.getAudioStreams());
|
downloadDialog.setAudioStreams(currentInfo.getAudioStreams());
|
||||||
downloadDialog.setSelectedVideoStream(selectedVideoStreamIndex);
|
downloadDialog.setSelectedVideoStream(selectedVideoStreamIndex);
|
||||||
downloadDialog.setSubtitleStreams(currentInfo.getSubtitles());
|
downloadDialog.setSubtitleStreams(currentInfo.getSubtitles());
|
||||||
|
downloadDialog.setVideoSegments(videoSegments);
|
||||||
downloadDialog.show(activity.getSupportFragmentManager(), "downloadDialog");
|
downloadDialog.show(activity.getSupportFragmentManager(), "downloadDialog");
|
||||||
} catch (final Exception e) {
|
} catch (final Exception e) {
|
||||||
ErrorActivity.reportErrorInSnackbar(activity,
|
ErrorActivity.reportErrorInSnackbar(activity,
|
||||||
|
|
Loading…
Reference in a new issue