mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #4537] [MERGED] Convert ClientCapabilities to a Dto with JsonConverters #10145
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:session-caps-full📝 Commits (1)
c8c5feaConvert 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
ClientCapabilitiescouldn'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.