[PR #4537] [MERGED] Convert ClientCapabilities to a Dto with JsonConverters #10145

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

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4537
Author: @crobibero
Created: 11/21/2020
Status: Merged
Merged: 11/21/2020
Merged by: @cvium

Base: masterHead: session-caps-full


📝 Commits (1)

  • c8c5fea Convert ClientCapabilities to a Dto with JsonConverters

📊 Changes

4 files changed (+96 additions, -6 deletions)

View changed files

📝 Jellyfin.Api/Controllers/SessionController.cs (+3 -2)
Jellyfin.Api/Models/SessionDtos/ClientCapabilitiesDto.cs (+87 -0)
📝 MediaBrowser.Controller/Session/SessionInfo.cs (+3 -2)
📝 MediaBrowser.Model/Session/ClientCapabilities.cs (+3 -2)

📄 Description

The original ClientCapabilities couldn't access the converter so I copied it to a Dto.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4537 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/21/2020 **Status:** ✅ Merged **Merged:** 11/21/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `session-caps-full` --- ### 📝 Commits (1) - [`c8c5fea`](https://github.com/jellyfin/jellyfin/commit/c8c5feacb601215b7b75952a97f589a9a1ecb09e) Convert ClientCapabilities to a Dto with JsonConverters ### 📊 Changes **4 files changed** (+96 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `Jellyfin.Api/Controllers/SessionController.cs` (+3 -2) ➕ `Jellyfin.Api/Models/SessionDtos/ClientCapabilitiesDto.cs` (+87 -0) 📝 `MediaBrowser.Controller/Session/SessionInfo.cs` (+3 -2) 📝 `MediaBrowser.Model/Session/ClientCapabilities.cs` (+3 -2) </details> ### 📄 Description The original `ClientCapabilities` couldn't access the converter so I copied it to a Dto. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:14:51 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10145