fix(favorites): bulk add-to-playlist and play/enqueue selected (#1140)

This commit is contained in:
cucadmuh
2026-06-21 14:29:05 +03:00
committed by GitHub
parent 30ccaf51a8
commit 986550c854
15 changed files with 100 additions and 33 deletions
+2
View File
@@ -5,7 +5,9 @@ export const favorites = {
albums: 'Albums',
songs: 'Songs',
enqueueAll: 'Add all to queue',
enqueueSelected: 'Add selected to queue',
playAll: 'Play all',
playSelected: 'Play selected',
removeSong: 'Remove from favorites',
stations: 'Radio Stations',
showingFiltered: 'Showing {{filtered}} of {{total}} ({{artist}})',