You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.