Added the ability to sort items in the album catalogue

This commit is contained in:
antonio 2022-03-24 22:21:38 +01:00
parent 1515bc320b
commit 3c617570de
8 changed files with 111 additions and 0 deletions

View file

@ -217,4 +217,8 @@
<string name="podcast_bottom_sheet_download">Download</string>
<string name="podcast_bottom_sheet_add_to_queue">Add to queue</string>
<string name="podcast_bottom_sheet_play_next">Play next</string>
<string name="menu_sort_year">Year</string>
<string name="menu_sort_artist">Artist</string>
<string name="menu_sort_name">Name</string>
<string name="menu_sort_random">Random</string>
</resources>