Skip to content

Medialibrary: unify audio media description string

Duncan McNamara requested to merge Skantes/vlc-android:media_description into master

Audio media description in AbstractMediaWrapper's constructor had the order "Artist - Album" where as the Tools.setMediaDesctiption had the order "Album - Artist"

Merge request reports