mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +00:00
feat(search): queue preview on Ctrl+V paste and modal polish
Global queue paste opens the preview modal before play; overlay scrollbar, context-menu suppression, changelog/credits for PR #716 and DanielWTE (#551).
This commit is contained in:
@@ -14,5 +14,7 @@ export const sharePaste = {
|
||||
openedQueuePartial:
|
||||
'Playing {{played}} of {{total}} tracks from the link ({{skipped}} not found on this server).',
|
||||
queueAllUnavailable: 'None of the tracks from this link were found on the server.',
|
||||
playQueue: 'Play queue',
|
||||
playQueueing: 'Starting playback…',
|
||||
genericError: 'Could not open the share link.',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user