fix: updates to starred syncing to user defined directory

This commit is contained in:
eddyizm 2025-12-02 21:46:04 -08:00
parent 37842fd897
commit 63607794d6
No known key found for this signature in database
GPG key ID: CF5F671829E8158A
2 changed files with 274 additions and 85 deletions

View file

@ -133,6 +133,10 @@
<string name="home_sync_starred_albums_subtitle">Albums marked with a star will be available offline</string>
<string name="home_sync_starred_artists_title">Starred Artists Sync</string>
<string name="home_sync_starred_artists_subtitle">You have starred artists with music not downloaded</string>
<plurals name="home_sync_starred_songs_count">
<item quantity="one">%d song needs sync</item>
<item quantity="other">%d songs need sync</item>
</plurals>
<string name="home_title_best_of">Best of</string>
<string name="home_title_discovery">Discovery</string>
<string name="home_title_discovery_shuffle_all_button">Shuffle all</string>