mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
API should use a new "SessionInfoDto" type to avoid duplicate types for ClientCapabilities and BaseItem #5551
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?
Originally created by @nielsvanvelzen on GitHub (Mar 28, 2024).
Currently the OpenAPI specification contains a few duplicate types because we're not using a data transfer object for SessionInfo.
The SessionInfo is "leaked" from the API in a few places:
These places need to be changed to use a (new) SessionInfoDto type, that uses the proper Dto types for its members. An alternative fix would be to use the dto types in the existing SessionInfo.
@jellyfin-bot commented on GitHub (Mar 28, 2024):
Hi, it seems like your issue report has the following item(s) that need to be addressed:
This is an automated message, currently under testing. Please file an issue here if you encounter any problems.
@jellyfin-bot commented on GitHub (Jul 27, 2024):
This issue has gone 120 days without an update and will be closed within 21 days if there is no new activity. To prevent this issue from being closed, please confirm the issue has not already been fixed by providing updated examples or logs.
If you have any questions you can use one of several ways to contact us.