1.13.1: Fix null pointer in ITunesGenerator (#448)
PatrickGotthard
released this
27 Jun 13:51
·
104 commits
to master
since this release
It throws a `NullPointerException` when `image` is set but `imageUri` is not set. The fix is to check which field is set.