Fix loading of large embedded album art

Android's MediaMetadataRetriever.getEmbeddedPicture() fails on large
images, because ID3 metadata that is considered too big is skipped.
This commit is contained in:
Martin Disch 2018-06-20 14:16:41 +02:00
commit 0400bda7cd
No known key found for this signature in database
GPG key ID: DB6C1FF7E550D904
2 changed files with 22 additions and 0 deletions

View file

@ -137,5 +137,6 @@ dependencies {
transitive = true
}
implementation 'com.google.code.gson:gson:2.8.2'
implementation 'com.mpatric:mp3agic:0.9.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1'
}