diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-01 01:25:19 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-12-01 01:25:19 -0500 |
| commit | ccd51222e65cbc6faa409e4269bc5795bfd0f0ae (patch) | |
| tree | b9abddde61498db7383f1c3e9e81d0becfbc5aac /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 04bc137fb30b82e699bc8ea5d84479f01ad6c6ca (diff) | |
updated live tv endpoints
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index ec0439c2c..a309d815c 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -110,7 +110,7 @@ <Compile Include="LiveTv\ILiveTvService.cs" /> <Compile Include="LiveTv\ProgramInfo.cs" /> <Compile Include="LiveTv\RecordingInfo.cs" /> - <Compile Include="LiveTv\RecurringTimerInfo.cs" /> + <Compile Include="LiveTv\SeriesTimerInfo.cs" /> <Compile Include="LiveTv\TimerInfo.cs" /> <Compile Include="Localization\ILocalizationManager.cs" /> <Compile Include="Notifications\INotificationsRepository.cs" /> |
