aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/MediaBrowser.Api.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Api/MediaBrowser.Api.csproj')
-rw-r--r--MediaBrowser.Api/MediaBrowser.Api.csproj18
1 files changed, 1 insertions, 17 deletions
diff --git a/MediaBrowser.Api/MediaBrowser.Api.csproj b/MediaBrowser.Api/MediaBrowser.Api.csproj
index 88889e5e7..810b0f6b2 100644
--- a/MediaBrowser.Api/MediaBrowser.Api.csproj
+++ b/MediaBrowser.Api/MediaBrowser.Api.csproj
@@ -48,9 +48,7 @@
<Compile Include="Dlna\DlnaService.cs" />
<Compile Include="FilterService.cs" />
<Compile Include="IHasDtoOptions.cs" />
- <Compile Include="Playback\MediaInfoService.cs" />
- <Compile Include="Playback\TranscodingThrottler.cs" />
- <Compile Include="Playback\UniversalAudioService.cs" />
+ <Compile Include="LiveTv\ProgressiveFileCopier.cs" />
<Compile Include="PlaylistService.cs" />
<Compile Include="Reports\Activities\ReportActivitiesBuilder.cs" />
<Compile Include="Reports\Common\HeaderActivitiesMetadata.cs" />
@@ -101,18 +99,6 @@
<Compile Include="NotificationsService.cs" />
<Compile Include="PackageReviewService.cs" />
<Compile Include="PackageService.cs" />
- <Compile Include="Playback\Hls\BaseHlsService.cs" />
- <Compile Include="Playback\Hls\DynamicHlsService.cs" />
- <Compile Include="Playback\Hls\HlsSegmentService.cs" />
- <Compile Include="Playback\Hls\VideoHlsService.cs" />
- <Compile Include="Playback\Progressive\AudioService.cs" />
- <Compile Include="Playback\Progressive\BaseProgressiveStreamingService.cs" />
- <Compile Include="Playback\BaseStreamingService.cs" />
- <Compile Include="Playback\Progressive\ProgressiveStreamWriter.cs" />
- <Compile Include="Playback\StaticRemoteStreamWriter.cs" />
- <Compile Include="Playback\StreamRequest.cs" />
- <Compile Include="Playback\StreamState.cs" />
- <Compile Include="Playback\Progressive\VideoService.cs" />
<Compile Include="PluginService.cs" />
<Compile Include="Images\RemoteImageService.cs" />
<Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
@@ -126,7 +112,6 @@
<Compile Include="System\ActivityLogWebSocketListener.cs" />
<Compile Include="System\SystemService.cs" />
<Compile Include="Movies\TrailersService.cs" />
- <Compile Include="TestService.cs" />
<Compile Include="TvShowsService.cs" />
<Compile Include="UserLibrary\ArtistsService.cs" />
<Compile Include="UserLibrary\BaseItemsByNameService.cs" />
@@ -136,7 +121,6 @@
<Compile Include="UserLibrary\ItemsService.cs" />
<Compile Include="UserLibrary\MusicGenresService.cs" />
<Compile Include="UserLibrary\PersonsService.cs" />
- <Compile Include="UserLibrary\PlaystateService.cs" />
<Compile Include="UserLibrary\StudiosService.cs" />
<Compile Include="UserLibrary\UserLibraryService.cs" />
<Compile Include="UserLibrary\UserViewsService.cs" />