I got a problem when I build an music player app. In my app, user can upload file mp3 and play it. I use firebase storage to store mp3 file and in android code I use ExoPlayer to play mp3 file. The problem is when user upload file to firebase storage, its metadata about image is disappear. How can I fix this problem?
I could try to use Exoplayer.metadata.artworkUri but it has null value
New contributor
user24757319 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.