mirror of
https://github.com/jeffvli/feishin.git
synced 2026-08-08 21:32:59 +02:00
feat: confirm before discarding the current queue (#2300)
* feat: confirm before discarding the current queue
This commit is contained in:
@@ -364,6 +364,10 @@
|
||||
"title": "Add items to the queue",
|
||||
"description": "This action will add all items in the current filtered view"
|
||||
},
|
||||
"queueChangeConfirmation": {
|
||||
"title": "Discard the current queue?",
|
||||
"description": "This will remove all items from the current queue."
|
||||
},
|
||||
"addToPlaylist": {
|
||||
"create": "Create $t(entity.playlist, {\"count\": 1}) {{playlist}}",
|
||||
"input_playlists": "$t(entity.playlist, {\"count\": 2})",
|
||||
@@ -1075,6 +1079,8 @@
|
||||
"passwordStore": "Passwords/secret store",
|
||||
"playerFilters": "Filter songs from the queue",
|
||||
"playerFilters_description": "Omit songs from being added to the queue based on the following criteria",
|
||||
"confirmQueueChanges": "Confirm queue changes",
|
||||
"confirmQueueChanges_description": "Ask for confirmation before discarding the current queue",
|
||||
"playbackStyle_description": "Select the playback style to use for the audio player",
|
||||
"playbackStyle_optionCrossFade": "Crossfade",
|
||||
"playbackStyle_optionNormal": "Normal",
|
||||
|
||||
Reference in New Issue
Block a user