mirror of
https://github.com/jeffvli/feishin.git
synced 2026-07-22 10:26:33 +02:00
feat: added playlist from queue creation (#2210)
* feat: added playlist from queue creation - added functionality to create a playlist from queue - prefilling is done as an extra function to be api agnostic since navidrome native api for example does not offer a parameter for filling a playlist with songs on creation #2204 * fix: fixed wrong declaration
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"collapseAllFolders": "Collapse all folders",
|
||||
"expandAllFolders": "Expand all folders",
|
||||
"createPlaylist": "Create $t(entity.playlist, {\"count\": 1})",
|
||||
"createPlaylistFromQueue": "Create $t(entity.playlist, {\"count\": 1}) from queue",
|
||||
"createRadioStation": "Create $t(entity.radioStation, {\"count\": 1})",
|
||||
"deletePlaylist": "Delete $t(entity.playlist, {\"count\": 1})",
|
||||
"deleteRadioStation": "Delete $t(entity.radioStation, {\"count\": 1})",
|
||||
@@ -365,6 +366,9 @@
|
||||
"success": "$t(entity.playlist, {\"count\": 1}) created successfully",
|
||||
"title": "Create $t(entity.playlist, {\"count\": 1})"
|
||||
},
|
||||
"createPrefilledPlaylist": {
|
||||
"title": "Create $t(entity.playlist, {\"count\": 1}) from selected songs"
|
||||
},
|
||||
"createRadioStation": {
|
||||
"success": "Radio station created successfully",
|
||||
"title": "Create radio station",
|
||||
|
||||
Reference in New Issue
Block a user