aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/MediaBrowser.Model.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-28 15:58:18 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-28 15:58:18 -0400
commit57623886b25cd2104f326d5974ff8375ba4964f6 (patch)
tree12bfd28418705126bbdc045fc1707c2d80c86740 /MediaBrowser.Model/MediaBrowser.Model.csproj
parent1dafb46b71aef08e45f265e6c1070d0a9270a78f (diff)
added generic remote control commands
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
-rw-r--r--MediaBrowser.Model/MediaBrowser.Model.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj
index bf29b4bff..207543fe8 100644
--- a/MediaBrowser.Model/MediaBrowser.Model.csproj
+++ b/MediaBrowser.Model/MediaBrowser.Model.csproj
@@ -132,6 +132,7 @@
<Compile Include="Querying\UserQuery.cs" />
<Compile Include="Search\SearchQuery.cs" />
<Compile Include="Session\BrowseRequest.cs" />
+ <Compile Include="Session\GenericCommand.cs" />
<Compile Include="Session\MessageCommand.cs" />
<Compile Include="Session\PlaybackReports.cs" />
<Compile Include="Session\PlayRequest.cs" />