mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 05:10:30 +00:00
fix web socket message name for library change
This commit is contained in:
parent
6e58ae31bd
commit
bd5bf32aba
5 changed files with 35 additions and 9 deletions
|
|
@ -123,7 +123,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
|||
|
||||
return socket.SendAsync(new WebSocketMessage<LibraryUpdateInfo>
|
||||
{
|
||||
MessageType = "Playstate",
|
||||
MessageType = "LibraryChanged",
|
||||
Data = info
|
||||
|
||||
}, cancellationToken);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue