Add missing inheritdoc
This commit is contained in:
parent
65e6211c03
commit
ba78ad5424
|
@ -92,6 +92,7 @@ namespace MediaBrowser.Controller.Net
|
|||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public Task ProcessWebSocketConnectedAsync(IWebSocketConnection connection) => Task.CompletedTask;
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Reference in New Issue
Block a user