diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-24 10:30:12 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-24 10:30:12 -0400 |
| commit | 0d15e1d631a220f2d1288ad9632e3cfaa8ede479 (patch) | |
| tree | 1df09d68210a887e9386edad1c80760268179829 /MediaBrowser.Model/MediaBrowser.Model.csproj | |
| parent | 7ee60375a88277ec3f09f349baead317db101d1f (diff) | |
added IsOnTour artists filter
Diffstat (limited to 'MediaBrowser.Model/MediaBrowser.Model.csproj')
| -rw-r--r-- | MediaBrowser.Model/MediaBrowser.Model.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj index e60fe9c2d6..41aa86693d 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -50,6 +50,7 @@ <Compile Include="Net\WebSocketMessage.cs" /> <Compile Include="Net\WebSocketMessageType.cs" /> <Compile Include="Net\WebSocketState.cs" /> + <Compile Include="Querying\ArtistsQuery.cs" /> <Compile Include="Querying\ItemsByNameQuery.cs" /> <Compile Include="Entities\BaseItemInfo.cs" /> <Compile Include="Connectivity\ClientConnectionInfo.cs" /> @@ -82,6 +83,7 @@ <Compile Include="Net\HttpException.cs" /> <Compile Include="Net\NetworkShare.cs" /> <Compile Include="Net\NetworkShareType.cs" /> + <Compile Include="Querying\PersonsQuery.cs" /> <Compile Include="Serialization\IJsonSerializer.cs" /> <Compile Include="Serialization\IXmlSerializer.cs" /> <Compile Include="Updates\CheckForUpdateResult.cs" /> |
