diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-19 13:09:37 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-05-19 13:09:37 -0400 |
| commit | 799494af0b4c5ff380eeb873ff727ee179c97193 (patch) | |
| tree | 8694dab23d18cae5a93a452ba97fddee6bf32bcf /MediaBrowser.Controller/Drawing/IImageProcessor.cs | |
| parent | 9ceff1e96ac61a1a6dde5ff7b26caf7b31982114 (diff) | |
update image methods
Diffstat (limited to 'MediaBrowser.Controller/Drawing/IImageProcessor.cs')
| -rw-r--r-- | MediaBrowser.Controller/Drawing/IImageProcessor.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Drawing/IImageProcessor.cs b/MediaBrowser.Controller/Drawing/IImageProcessor.cs index 7d84719ab..d98638d55 100644 --- a/MediaBrowser.Controller/Drawing/IImageProcessor.cs +++ b/MediaBrowser.Controller/Drawing/IImageProcessor.cs @@ -105,7 +105,7 @@ namespace MediaBrowser.Controller.Drawing /// Creates the image collage. /// </summary> /// <param name="options">The options.</param> - Task CreateImageCollage(ImageCollageOptions options); + void CreateImageCollage(ImageCollageOptions options); /// <summary> /// Gets a value indicating whether [supports image collage creation]. |
