aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/GamesService.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-10-10 14:19:06 -0400
committerGitHub <noreply@github.com>2016-10-10 14:19:06 -0400
commitebdb0753a1f72d19f59e30438a9a59778995ccaa (patch)
treee0a73248bd4106795cc034ca5552c81852f45d68 /MediaBrowser.Api/GamesService.cs
parentd6310048edc34ebfeae9b4977129c87481071835 (diff)
parentcb26cb94579b772fa7825c6769dc7ace38217168 (diff)
Merge pull request #2217 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Api/GamesService.cs')
-rw-r--r--MediaBrowser.Api/GamesService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/GamesService.cs b/MediaBrowser.Api/GamesService.cs
index a2e065f30..efa69d333 100644
--- a/MediaBrowser.Api/GamesService.cs
+++ b/MediaBrowser.Api/GamesService.cs
@@ -210,7 +210,7 @@ namespace MediaBrowser.Api
typeof(Game).Name
},
SimilarTo = item,
- Fields = dtoOptions.Fields
+ DtoOptions = dtoOptions
}).ToList();