Skip to content

feat: add plex server count - #893

Open
rectifyer wants to merge 1 commit into
masterfrom
feat/plex_sync_server_limit
Open

feat: add plex server count#893
rectifyer wants to merge 1 commit into
masterfrom
feat/plex_sync_server_limit

Conversation

@rectifyer

Copy link
Copy Markdown
Contributor

Summary

Adds a server_limit field to the Plex sync settings response schema (plexSettingsResponseSchema). The field is a nullable integer describing the maximum number of Plex servers the user may sync: null means unlimited (VIP) and 1 is the free tier.

Changes

  • projects/api/src/contracts/users/schema/response/plexSettingsResponseSchema.ts: add server_limit (z.number().int().nullable()) with an OpenAPI description, alongside the existing error and selection fields in the sync settings object.

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.

1 participant