feat: add preference to sort artists by album count

This commit is contained in:
pca006132 2025-10-30 19:55:52 +08:00
parent 4c865e199d
commit 5d51132921
4 changed files with 24 additions and 1 deletions

View file

@ -528,4 +528,6 @@
<string name="settings_album_detail">Show album detail</string>
<string name="settings_album_detail_summary">If enabled, show the album details like genre, song count etc. on the album page</string>
<string name="settings_artist_sort_by_album_count">Sort artists by album count</string>
<string name="settings_artist_sort_by_album_count_summary">If enabled, sort the artists by album count. Sort by name if disabled.</string>
</resources>