mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-09 03:36:17 +00:00
updated nuget
This commit is contained in:
@@ -273,7 +273,7 @@ namespace MediaBrowser.Server.Implementations.ServerManager
|
||||
/// dataFunction
|
||||
/// or
|
||||
/// cancellationToken</exception>
|
||||
public async Task SendWebSocketMessageAsync<T>(string messageType, Func<T> dataFunction, IEnumerable<IWebSocketConnection> connections, CancellationToken cancellationToken)
|
||||
private async Task SendWebSocketMessageAsync<T>(string messageType, Func<T> dataFunction, IEnumerable<IWebSocketConnection> connections, CancellationToken cancellationToken)
|
||||
{
|
||||
if (string.IsNullOrEmpty(messageType))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user