Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit

Permalink
Temporary workaround for tanguyantoine#297.
Browse files Browse the repository at this point in the history
  • Loading branch information
tothvoj-gl committed Sep 10, 2019
1 parent 78a7f16 commit 6e91b5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ private Bitmap loadArtwork(String url, boolean local) {
bitmap = BitmapFactory.decodeStream(input);
input.close();
}
} catch(IOException ex) {
} catch(IOException | IndexOutOfBoundsException ex) {
Log.w(TAG, "Could not load the artwork", ex);
}

Expand Down

0 comments on commit 6e91b5e

Please sign in to comment.