Skip to content

Comments

Show error messages when playlist limits are exceeded#760

Open
hex110 wants to merge 1 commit intoSyncplay:masterfrom
hex110:fix/playlist-limit-feedback
Open

Show error messages when playlist limits are exceeded#760
hex110 wants to merge 1 commit intoSyncplay:masterfrom
hex110:fix/playlist-limit-feedback

Conversation

@hex110
Copy link

@hex110 hex110 commented Feb 16, 2026

Summary

  • Previously, adding items beyond the server's playlist limits (PLAYLIST_MAX_ITEMS=250, PLAYLIST_MAX_CHARACTERS=10000) would silently fail — the server rejected the change and sent back the old playlist with no feedback
  • Now the client validates the playlist before sending and shows a clear error message explaining which limit was hit

Closes #655

Previously, adding items beyond the server's playlist limits
(PLAYLIST_MAX_ITEMS=250, PLAYLIST_MAX_CHARACTERS=10000) would
silently fail. Now the client validates before sending and shows
a clear error message explaining which limit was hit.

Closes Syncplay#655

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Request/Suggestion: Provide information about playlist limitations in documentation

1 participant