mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
More DI
This commit is contained in:
@@ -20,7 +20,7 @@ namespace MediaBrowser.Common.Net
|
||||
/// Gets or sets the receive action.
|
||||
/// </summary>
|
||||
/// <value>The receive action.</value>
|
||||
Action<WebSocketMessageInfo> OnReceiveDelegate { get; set; }
|
||||
Action<byte[]> OnReceiveDelegate { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Sends the async.
|
||||
|
||||
Reference in New Issue
Block a user