diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-31 17:03:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-31 17:03:24 -0400 |
| commit | 9adcdd007afb453cf9b860bfbb49d3b0bb958fa2 (patch) | |
| tree | c09c2fb4287a9d9749e5bb1429c2df9adc529dba /MediaBrowser.Model/MediaBrowser.Model.csproj | |
| parent | 882d0681e68c5e0ae663cca75752e4df765c8dd5 (diff) | |
#551 - Add manual image selection for movies
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 b048dc1c3..ee7898077 100644 --- a/MediaBrowser.Model/MediaBrowser.Model.csproj +++ b/MediaBrowser.Model/MediaBrowser.Model.csproj @@ -82,6 +82,7 @@ <Compile Include="Notifications\NotificationQuery.cs" /> <Compile Include="Notifications\NotificationResult.cs" /> <Compile Include="Notifications\NotificationsSummary.cs" /> + <Compile Include="Providers\RemoteImageResult.cs" /> <Compile Include="Querying\ArtistsQuery.cs" /> <Compile Include="Querying\ItemCountsQuery.cs" /> <Compile Include="Querying\ItemReviewsResult.cs" /> |
