aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/MediaBrowser.Model.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-31 11:13:07 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-31 11:13:07 -0400
commitdf83adbb71af569468ec58645b3e52d8c4e6778b (patch)
treec21b7143df258740b2d06a4bad00bf08587ea02e /MediaBrowser.Model/MediaBrowser.Model.csproj
parent704571605b6626794695add070071bf4b89dd94c (diff)
rename channel query objects
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
-rw-r--r--MediaBrowser.Model/MediaBrowser.Model.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj
index c98db03c0..1a66adafd 100644
--- a/MediaBrowser.Model/MediaBrowser.Model.csproj
+++ b/MediaBrowser.Model/MediaBrowser.Model.csproj
@@ -154,7 +154,7 @@
<Compile Include="Library\PlayAccess.cs" />
<Compile Include="LiveTv\BaseTimerInfoDto.cs" />
<Compile Include="LiveTv\ChannelInfoDto.cs" />
- <Compile Include="LiveTv\ChannelQuery.cs" />
+ <Compile Include="LiveTv\LiveTvChannelQuery.cs" />
<Compile Include="LiveTv\DayPattern.cs" />
<Compile Include="LiveTv\GuideInfo.cs" />
<Compile Include="LiveTv\LiveTvInfo.cs" />
@@ -200,7 +200,7 @@
<Compile Include="IO\IIsoManager.cs" />
<Compile Include="IO\IIsoMount.cs" />
<Compile Include="IO\IIsoMounter.cs" />
- <Compile Include="LiveTv\ChannelType.cs" />
+ <Compile Include="LiveTv\LiveTvChannelType.cs" />
<Compile Include="LiveTv\LiveTvServiceInfo.cs" />
<Compile Include="LiveTv\RecordingInfoDto.cs" />
<Compile Include="Net\WebSocketMessage.cs" />