diff options
| author | Patrick Barron <18354464+barronpm@users.noreply.github.com> | 2020-05-14 21:16:43 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-14 21:16:43 +0000 |
| commit | 87c63e668cd93f612bf3df6c8c23796d410cfa34 (patch) | |
| tree | d3fa273fff752004bc631bad82ced088f6e4e668 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | b94afc597c4d51f67552c9ba2c25bdb8df6d8599 (diff) | |
| parent | 5ce008e02f0500c5d0298067fa401a740742e3f0 (diff) | |
Merge branch 'master' into activitydb-efcore
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index db330210a..d1d6c74b8 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -116,7 +116,5 @@ namespace MediaBrowser.Controller string ReverseVirtualPath(string path); Task ExecuteHttpHandlerAsync(HttpContext context, Func<Task> next); - - Task ExecuteWebsocketHandlerAsync(HttpContext context, Func<Task> next); } } |
