aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaBrowser.Controller.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-15 22:17:48 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-04-15 22:17:48 -0400
commit2ce9e05d2fc818b031f2ab12bc50ffae035033ed (patch)
tree8c7b67c7090f5e9966c11f9b7d9411dac78533f2 /MediaBrowser.Controller/MediaBrowser.Controller.csproj
parentab5f8ed13679dbe1763cafc599a8f566a36a4a14 (diff)
add new playback checkin endpoints
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index 692a7a92eb..3852b5b7aa 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -251,9 +251,6 @@
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Session\ISessionController.cs" />
<Compile Include="Session\ISessionControllerFactory.cs" />
- <Compile Include="Session\PlaybackInfo.cs" />
- <Compile Include="Session\PlaybackProgressInfo.cs" />
- <Compile Include="Session\PlaybackStopInfo.cs" />
<Compile Include="Session\SessionEventArgs.cs" />
<Compile Include="Session\SessionInfo.cs" />
<Compile Include="Sorting\IBaseItemComparer.cs" />