diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-16 12:23:30 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-01-16 12:23:30 -0500 |
| commit | b4690123049a70a11101b27af6baaee3572d1549 (patch) | |
| tree | d56b5bb7890ba76180877de0cbbbe403af830b1a /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 7d81888038a007eb84c6240acb80bf7ca611eb5c (diff) | |
add tv service status reporting
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 9452700b5e..353e92444f 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -121,6 +121,7 @@ <Compile Include="LiveTv\ILiveTvManager.cs" /> <Compile Include="LiveTv\ILiveTvService.cs" /> <Compile Include="LiveTv\LiveTvException.cs" /> + <Compile Include="LiveTv\LiveTvServiceStatusInfo.cs" /> <Compile Include="LiveTv\StreamResponseInfo.cs" /> <Compile Include="LiveTv\LiveTvProgram.cs" /> <Compile Include="LiveTv\LiveTvVideoRecording.cs" /> |
