Sort names, static home rows, & only show supported content

This commit is contained in:
Damontecres 2025-10-06 17:15:24 -04:00
parent ead2431bc4
commit 1a4ddabff9
No known key found for this signature in database
10 changed files with 203 additions and 74 deletions

View file

@ -47,4 +47,13 @@
<string name="playback_debug_info">Show playback debug info</string>
<string name="auto_play_next_delay">Delay before playing next up</string>
<string name="auto_play_next">Auto play next up</string>
<string name="sort_by_name">Name</string>
<string name="sort_by_random">Random</string>
<string name="sort_by_date_episode_added">Date Episode Added</string>
<string name="sort_by_date_added">Date Added</string>
<string name="sort_by_date_played">Date Played</string>
<string name="sort_by_date_released">Date Released</string>
</resources>