Add "Add to playlist" option to Album bottom sheet dialog

Resolves #349
Resolves #202
This commit is contained in:
Matthew Simpson 2025-03-09 14:34:11 +00:00
parent bfdeb0658b
commit 8ac059bb17
No known key found for this signature in database
GPG key ID: 9291883D725C52C9
10 changed files with 37 additions and 1 deletions

View file

@ -3,6 +3,7 @@
<string name="activity_battery_optimizations_summary">Please disable battery optimizations for media playback while the screen is off.</string>
<string name="activity_battery_optimizations_title">Battery Optimizations</string>
<string name="activity_info_offline_mode">Offline mode</string>
<string name="album_bottom_sheet_add_to_playlist">Add to playlist</string>
<string name="album_bottom_sheet_add_to_queue">Add to queue</string>
<string name="album_bottom_sheet_download_all">Download all</string>
<string name="album_bottom_sheet_go_to_artist">Go to artist</string>