Skip to content

1.13.1: Fix null pointer in ITunesGenerator (#448)

Compare
Choose a tag to compare
@PatrickGotthard PatrickGotthard released this 27 Jun 13:51
· 104 commits to master since this release
06e4ae5
It throws a `NullPointerException` when `image` is set but `imageUri` is
not set. The fix is to check which field is set.