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:
parent
436a3c90ee
commit
0400bda7cd
2 changed files with 22 additions and 0 deletions
|
|
@ -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'
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue