diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-05-02 01:30:04 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-05-02 01:30:04 +0200 |
| commit | 3623aafcb60dec4f4f5055046717d895b7597b60 (patch) | |
| tree | f300aecbd3ebcf66ae2be7d0ca4eb73c2f90f974 /MediaBrowser.Controller/Net | |
| parent | 04f826e50c23a8a996fd317124260f67b7ff3f9a (diff) | |
Make SonarCloud happy
Diffstat (limited to 'MediaBrowser.Controller/Net')
| -rw-r--r-- | MediaBrowser.Controller/Net/IHttpServer.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Net/IHttpServer.cs b/MediaBrowser.Controller/Net/IHttpServer.cs index 666ac1cfe..f1c441761 100644 --- a/MediaBrowser.Controller/Net/IHttpServer.cs +++ b/MediaBrowser.Controller/Net/IHttpServer.cs @@ -2,15 +2,14 @@ using System; using System.Collections.Generic; using System.Threading.Tasks; using MediaBrowser.Model.Events; -using MediaBrowser.Model.Services; using Microsoft.AspNetCore.Http; namespace MediaBrowser.Controller.Net { /// <summary> - /// Interface IHttpServer + /// Interface IHttpServer. /// </summary> - public interface IHttpServer : IDisposable + public interface IHttpServer { /// <summary> /// Gets the URL prefix. |
