update DownloadDialog.java
keep *.opus extension
This commit is contained in:
parent
94e23142a5
commit
844f80a5f1
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ public class DownloadDialog extends DialogFragment implements RadioGroup.OnCheck
|
|||
mainStorage = mainStorageVideo;
|
||||
format = videoStreamsAdapter.getItem(selectedVideoIndex).getFormat();
|
||||
mime = format.mimeType;
|
||||
filename += format == MediaFormat.OPUS ? "ogg" : format.suffix;
|
||||
filename += format.suffix;
|
||||
break;
|
||||
case R.id.subtitle_button:
|
||||
mainStorage = mainStorageVideo;// subtitle & video files go together
|
||||
|
|
Loading…
Reference in a new issue