diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-08-15 17:59:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-15 17:59:28 -0400 |
| commit | 02a4b90f65bdee74e65cd0549e4ad691c8e1eea8 (patch) | |
| tree | 7b7e42a40f4289845804b3036a5454499e175655 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 6186e3a4ff6614552e008d93add8fdcd744ae018 (diff) | |
| parent | 7d16988b1b81cc73608c07d61eabb83f8fcbbb05 (diff) | |
Merge pull request #2025 from softworkz/AsyncStreamInterface
Async stream handling: Use interface instead of Func<Stream,Task>
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 0462117cb..e7eaa1dc0 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -236,6 +236,7 @@ <Compile Include="Net\IAuthorizationContext.cs" /> <Compile Include="Net\IAuthService.cs" /> <Compile Include="Net\IHasAuthorization.cs" /> + <Compile Include="Net\IAsyncStreamSource.cs" /> <Compile Include="Net\IHasResultFactory.cs" /> <Compile Include="Net\IHasSession.cs" /> <Compile Include="Net\IHttpResultFactory.cs" /> |
