Code improvements here and there

This commit is contained in:
Stypox 2022-05-21 12:02:57 +02:00 committed by AudricV
parent beeb8ae24b
commit 5f2c519700
3 changed files with 31 additions and 31 deletions

View file

@ -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: