mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Add missing inheritdoc
This commit is contained in:
parent
65e6211c03
commit
ba78ad5424
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ namespace MediaBrowser.Controller.Net
|
|||
return Task.CompletedTask;
|
||||
}
|
||||
|
||||
/// <inheritdoc />
|
||||
public Task ProcessWebSocketConnectedAsync(IWebSocketConnection connection) => Task.CompletedTask;
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue