diff options
Diffstat (limited to 'MediaBrowser.Api/MediaBrowser.Api.csproj')
| -rw-r--r-- | MediaBrowser.Api/MediaBrowser.Api.csproj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Api/MediaBrowser.Api.csproj b/MediaBrowser.Api/MediaBrowser.Api.csproj index 271305921..14d0f13fb 100644 --- a/MediaBrowser.Api/MediaBrowser.Api.csproj +++ b/MediaBrowser.Api/MediaBrowser.Api.csproj @@ -79,8 +79,10 @@ <Compile Include="FilterService.cs" /> <Compile Include="IHasDtoOptions.cs" /> <Compile Include="Library\ChapterService.cs" /> - <Compile Include="Playback\Hls\MpegDashService.cs" /> + <Compile Include="Playback\Dash\ManifestBuilder.cs" /> + <Compile Include="Playback\Dash\MpegDashService.cs" /> <Compile Include="Playback\MediaInfoService.cs" /> + <Compile Include="Playback\TranscodingThrottler.cs" /> <Compile Include="PlaylistService.cs" /> <Compile Include="Reports\ReportFieldType.cs" /> <Compile Include="Reports\ReportResult.cs" /> @@ -134,6 +136,7 @@ <Compile Include="SearchService.cs" /> <Compile Include="Session\SessionsService.cs" /> <Compile Include="SimilarItemsHelper.cs" /> + <Compile Include="Sync\SyncHelper.cs" /> <Compile Include="Sync\SyncJobWebSocketListener.cs" /> <Compile Include="Sync\SyncJobsWebSocketListener.cs" /> <Compile Include="Sync\SyncService.cs" /> |
