Added default sort order for MediaStore's default sort order

This commit is contained in:
Prathamesh More 2022-06-06 10:27:39 +05:30
parent ce5a8292e2
commit 52fa8ebf42
6 changed files with 22 additions and 6 deletions

View file

@ -501,6 +501,7 @@
<string name="sort_order_composer">Composer</string>
<string name="sort_order_date">Date added</string>
<string name="sort_order_date_modified">Date modified</string>
<string name="sort_order_default">Default</string>
<string name="sort_order_num_songs">Song count</string>
<string name="sort_order_num_songs_desc">Song count desc</string>
<string name="sort_order_year">Year</string>