diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-11 00:10:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-11 00:10:58 -0400 |
| commit | 0c59ec65cae5943d03060ff3ac6fa2da58e7d8ad (patch) | |
| tree | 330031e5510db7420e01166289e0bf25390c5385 /MediaBrowser.Model/MediaBrowser.Model.csproj | |
| parent | 3a814a8b922c0720a7f7d4f686cecdb78af945be (diff) | |
added CriticReviews api endpoint
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index 979e0d55e..dc7f09f2d 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -54,6 +54,7 @@ <Compile Include="Net\WebSocketMessageType.cs" /> <Compile Include="Net\WebSocketState.cs" /> <Compile Include="Querying\ArtistsQuery.cs" /> + <Compile Include="Querying\ItemReviewsResult.cs" /> <Compile Include="Querying\ItemsByNameQuery.cs" /> <Compile Include="Entities\BaseItemInfo.cs" /> <Compile Include="Session\BrowseRequest.cs" /> |
