diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-02 10:30:38 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-02 10:30:38 -0400 |
| commit | 73b76a4f189eb4f5fe6677d322cfa5a2ff6bf3e5 (patch) | |
| tree | 59449354ed292f3fb2445ddd8a27662f72c178cc /MediaBrowser.Api/MediaBrowser.Api.csproj | |
| parent | b11d06f36f31317f072e6cd1a27bd7d06b5f0c17 (diff) | |
added image by name api methods
Diffstat (limited to 'MediaBrowser.Api/MediaBrowser.Api.csproj')
| -rw-r--r-- | MediaBrowser.Api/MediaBrowser.Api.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/MediaBrowser.Api.csproj b/MediaBrowser.Api/MediaBrowser.Api.csproj index 579a8d2411..1d0777bd59 100644 --- a/MediaBrowser.Api/MediaBrowser.Api.csproj +++ b/MediaBrowser.Api/MediaBrowser.Api.csproj @@ -64,6 +64,7 @@ <Compile Include="BaseApiService.cs" /> <Compile Include="DisplayPreferencesService.cs" /> <Compile Include="EnvironmentService.cs" /> + <Compile Include="Images\ImageByNameService.cs" /> <Compile Include="Images\ImageRequest.cs" /> <Compile Include="Images\ImageService.cs" /> <Compile Include="Images\ImageWriter.cs" /> |
