mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
adding interface changes
This commit is contained in:
parent
abfbd04782
commit
044ff0542b
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ using Microsoft.AspNetCore.Http;
|
|||
|
||||
namespace MediaBrowser.Controller.Net
|
||||
{
|
||||
public interface IWebSocketConnection
|
||||
public interface IWebSocketConnection : IAsyncDisposable, IDisposable
|
||||
{
|
||||
/// <summary>
|
||||
/// Occurs when [closed].
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue