diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-19 11:12:28 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-19 11:12:28 -0400 |
| commit | cb839f9f2595e41c8bb655c3b72ad598ee6666ad (patch) | |
| tree | 2c9d48d1327952c4359e341def9686aea0bdbb1c /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | 8136647a0a22588947544647aa748746d75a31c6 (diff) | |
Added image output format param
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 960f597ac3..ad8b499543 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -72,6 +72,7 @@ <Link>Properties\SharedVersion.cs</Link> </Compile> <Compile Include="Drawing\IImageProcessor.cs" /> + <Compile Include="Drawing\ImageProcessingOptions.cs" /> <Compile Include="Dto\IDtoService.cs" /> <Compile Include="Entities\AdultVideo.cs" /> <Compile Include="Entities\Audio\IHasAlbumArtist.cs" /> |
