[PR #11232] Fix default values missing in ClientCapabilities(Dto) #12802

Closed
opened 2026-02-07 07:02:01 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/11232

State: closed
Merged: Yes


We emit the DefaultValue in OpenAPI spec so a 10.9 based SDK can automatically fill in a default, but we didn't actually send a default value causing a 10.8 based SDK to fail.

Changes

Updated the ClientCapabilities to send default values for SupportsContentUploading and SupportsSync to fix sign in in the ATV app.

Issues

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/11232 **State:** closed **Merged:** Yes --- We emit the DefaultValue in OpenAPI spec so a 10.9 based SDK can automatically fill in a default, but we didn't actually send a default value causing a 10.8 based SDK to fail. **Changes** Updated the ClientCapabilities to send default values for SupportsContentUploading and SupportsSync to fix sign in in the ATV app. **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # -->
OVERLORD added the pull-request label 2026-02-07 07:02:01 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12802