aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/GamesService.cs
diff options
context:
space:
mode:
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();