Fixed Album artist sort order in Albums tab

This commit is contained in:
Prathamesh More 2021-12-01 18:05:16 +05:30
parent 12cf446375
commit fd639d6348
5 changed files with 8 additions and 7 deletions

View file

@ -454,6 +454,7 @@
<string name="sort_order_a_z">Ascending</string>
<string name="sort_order_album">Album</string>
<string name="sort_order_artist">Artist</string>
<string name="sort_order_album_artist">@string/album_artist</string>
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>