Skip to content

Fix tracks without metadata not playing

Pedro Nishiyama requested to merge nishiyama/elisa:tracks_nometadata_url into master

Reason for the change

When trying to play a track without metadata, the track would not play because MediaPlayList::data did not return the track url.

Test plan

  • Open a track without metadata

Previously: the track would not play

Bugs fixed

BUG: 492699

Merge request reports