Replace success toast with info when no songs are added (#1994)

This commit is contained in:
Jonne Saloranta
2026-05-01 21:44:15 +03:00
committed by GitHub
parent d24ca04878
commit 01011a49a2
2 changed files with 12 additions and 11 deletions
+1
View File
@@ -347,6 +347,7 @@
"input_skipDuplicates": "skip duplicates",
"searchOrCreate": "search $t(entity.playlist, {\"count\": 2}) or type to create a new one",
"success": "added $t(entity.trackWithCount, {\"count\": {{message}} }) to $t(entity.playlistWithCount, {\"count\": {{numOfPlaylists}} })",
"noneAdded": "no tracks were added to $t(entity.playlist, {\"count\": 1}) '{{playlist}}'",
"title": "add to $t(entity.playlist, {\"count\": 1})"
},
"createPlaylist": {