mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
fix web socket message name for library change
This commit is contained in:
@@ -123,7 +123,7 @@ namespace MediaBrowser.Server.Implementations.Session
|
||||
|
||||
return socket.SendAsync(new WebSocketMessage<LibraryUpdateInfo>
|
||||
{
|
||||
MessageType = "Playstate",
|
||||
MessageType = "LibraryChanged",
|
||||
Data = info
|
||||
|
||||
}, cancellationToken);
|
||||
|
||||
Reference in New Issue
Block a user