Skip to content

Commit

Permalink
- use modern hq check
Browse files Browse the repository at this point in the history
  • Loading branch information
derreisende77 committed Apr 10, 2024
1 parent a5f91c7 commit b008ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mediathek/gui/dialog/DialogAddDownload.java
Original file line number Diff line number Diff line change
Expand Up @@ -731,7 +731,7 @@ public static void saveComboPfad(JComboBox<String> jcb, String orgPath) {

private boolean isHighQualityRequested() {
return active_pSet.arr[DatenPset.PROGRAMMSET_AUFLOESUNG].equals(FilmResolution.Enum.HIGH_QUALITY.toString())
&& !film.getHighQualityUrl().isEmpty();
&& film.isHighQuality();
}

private boolean isLowQualityRequested() {
Expand Down

0 comments on commit b008ab2

Please sign in to comment.