mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #9935] [MERGED] Fix Websocket OpenApi #12101
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#12101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/9935
Author: @crobibero
Created: 6/27/2023
Status: ✅ Merged
Merged: 6/29/2023
Merged by: @crobibero
Base:
master← Head:ws-openapi📝 Commits (3)
db9cc8fFurther split inbound and outbound messages4c33d65Fix datatype for inbound start messages651eaccfixes from review📊 Changes
50 files changed (+165 additions, -126 deletions)
View changed files
📝
Emby.Server.Implementations/HttpServer/WebSocketConnection.cs(+14 -2)📝
Emby.Server.Implementations/Session/WebSocketController.cs(+2 -2)📝
MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs(+2 -2)📝
MediaBrowser.Controller/Net/IWebSocketConnection.cs(+0 -1)📝
MediaBrowser.Controller/Net/WebSocketMessage.cs(+0 -6)📝
MediaBrowser.Controller/Net/WebSocketMessageInfo.cs(+0 -2)📝
MediaBrowser.Controller/Net/WebSocketMessages/Inbound/ActivityLogEntryStartMessage.cs(+5 -5)📝
MediaBrowser.Controller/Net/WebSocketMessages/Inbound/ActivityLogEntryStopMessage.cs(+1 -12)➕
MediaBrowser.Controller/Net/WebSocketMessages/Inbound/InboundKeepAliveMessage.cs(+14 -0)📝
MediaBrowser.Controller/Net/WebSocketMessages/Inbound/ScheduledTasksInfoStartMessage.cs(+4 -5)📝
MediaBrowser.Controller/Net/WebSocketMessages/Inbound/ScheduledTasksInfoStopMessage.cs(+1 -12)📝
MediaBrowser.Controller/Net/WebSocketMessages/Inbound/SessionsStartMessage.cs(+4 -4)📝
MediaBrowser.Controller/Net/WebSocketMessages/Inbound/SessionsStopMessage.cs(+1 -11)📝
MediaBrowser.Controller/Net/WebSocketMessages/InboundWebSocketMessage.cs(+3 -4)➕
MediaBrowser.Controller/Net/WebSocketMessages/InboundWebSocketMessageOfT.cs(+26 -0)📝
MediaBrowser.Controller/Net/WebSocketMessages/Outbound/ActivityLogEntryMessage.cs(+1 -1)📝
MediaBrowser.Controller/Net/WebSocketMessages/Outbound/ForceKeepAliveMessage.cs(+1 -1)📝
MediaBrowser.Controller/Net/WebSocketMessages/Outbound/GeneralCommandMessage.cs(+1 -1)📝
MediaBrowser.Controller/Net/WebSocketMessages/Outbound/LibraryChangedMessage.cs(+1 -1)➕
MediaBrowser.Controller/Net/WebSocketMessages/Outbound/OutboundKeepAliveMessage.cs(+14 -0)...and 30 more files
📄 Description
Changes
Issues
Fixes #9934
OpenAPI spec: openapi.10.9.json.txt
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.