update built in studio images

This commit is contained in:
Luke Pulverenti
2013-12-29 21:41:22 -05:00
parent 8c34f863fb
commit 858be5d788
13 changed files with 69 additions and 51 deletions

View File

@@ -243,7 +243,7 @@ namespace MediaBrowser.Server.Implementations.ServerManager
/// <param name="dataFunction">The function that generates the data to send, if there are any connected clients</param>
public void SendWebSocketMessage<T>(string messageType, Func<T> dataFunction)
{
Task.Run(async () => await SendWebSocketMessageAsync(messageType, dataFunction, CancellationToken.None).ConfigureAwait(false));
SendWebSocketMessageAsync(messageType, dataFunction, CancellationToken.None);
}
/// <summary>