diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2019-08-15 21:01:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-15 21:01:44 -0700 |
| commit | bb0454506849ee65dae2881bbbaf1ea8cb2f1d97 (patch) | |
| tree | 7b06574894fcccb3446363d2f39a8ccbd52ba4d0 /Emby.Server.Implementations/Dto | |
| parent | 685e9e4f58c2e00a0157098a2309b2cb97cb2f14 (diff) | |
| parent | 838e5d05d51c4c171c07d512f741304a6dc58f24 (diff) | |
Merge pull request #1614 from Bond-009/docs2
Document all public/internal members of Emby.Drawing
Diffstat (limited to 'Emby.Server.Implementations/Dto')
| -rw-r--r-- | Emby.Server.Implementations/Dto/DtoService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs index 6e7aa1313..1a7f10634 100644 --- a/Emby.Server.Implementations/Dto/DtoService.cs +++ b/Emby.Server.Implementations/Dto/DtoService.cs @@ -1364,7 +1364,7 @@ namespace Emby.Server.Implementations.Dto return null; } - var supportedEnhancers = _imageProcessor.GetSupportedEnhancers(item, ImageType.Primary); + var supportedEnhancers = _imageProcessor.GetSupportedEnhancers(item, ImageType.Primary).ToArray(); ImageDimensions size; |
