Code improvements here and there
This commit is contained in:
parent
beeb8ae24b
commit
5f2c519700
3 changed files with 31 additions and 31 deletions
|
|
@ -786,10 +786,8 @@ public class DownloadDialog extends DialogFragment
|
|||
|
||||
if (format == MediaFormat.TTML) {
|
||||
filenameTmp += MediaFormat.SRT.suffix;
|
||||
} else {
|
||||
if (format != null) {
|
||||
filenameTmp += format.suffix;
|
||||
}
|
||||
} else if (format != null) {
|
||||
filenameTmp += format.suffix;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue