aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Images/ImageService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-23 14:48:58 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-02-23 14:48:58 -0500
commitc7fe8587cbf9e42f195d06aab07a719f991fbb9e (patch)
treed587bccd09c40de1b8a2221f2f669f5c3e70affb /MediaBrowser.Api/Images/ImageService.cs
parentae8060d4aded662197f25d4312f18d0534edb15a (diff)
stub out ForegroundLayer param
Diffstat (limited to 'MediaBrowser.Api/Images/ImageService.cs')
-rw-r--r--MediaBrowser.Api/Images/ImageService.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Api/Images/ImageService.cs b/MediaBrowser.Api/Images/ImageService.cs
index 7122c8fc1..8d58070fd 100644
--- a/MediaBrowser.Api/Images/ImageService.cs
+++ b/MediaBrowser.Api/Images/ImageService.cs
@@ -624,6 +624,7 @@ namespace MediaBrowser.Api.Images
PercentPlayed = request.PercentPlayed ?? 0,
UnplayedCount = request.UnplayedCount,
BackgroundColor = request.BackgroundColor,
+ ForegroundLayer = request.ForegroundLayer,
SupportedOutputFormats = supportedFormats
};