Fix null pointer in ITunesGenerator (#448)
It throws a `NullPointerException` when `image` is set but `imageUri` is
not set. The fix is to check which field is set.
Fix null pointer in ITunesGenerator (#448)
It throws a `NullPointerException` when `image` is set but `imageUri` is
not set. The fix is to check which field is set.