Add to playlist: check if song already exists in playlist and display a dialog if it does

This commit is contained in:
Jonas Resch
2024-06-10 17:59:48 +02:00
parent 0557b7ca6f
commit db2facc370
7 changed files with 144 additions and 3 deletions

View File

@@ -409,4 +409,8 @@
<string name="undraw_page">unDraw</string>
<string name="undraw_thanks">A special thanks goes to unDraw without whose illustrations we could not have made this application more beautiful.</string>
<string name="undraw_url">https://undraw.co/</string>
<string name="playlist_duplicate_song_dialog_title">Duplicate song</string>
<string name="playlist_duplicate_song_dialog_summary">The song \"%1$s\" already exists in playlist \"%2$s\".</string>
<string name="playlist_duplicate_song_dialog_positive_button">Add anyway</string>
<string name="playlist_duplicate_song_dialog_negative_button">Don\'t add</string>
</resources>