aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-18 17:16:46 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-05-18 17:16:46 -0400
commit9459bf7ffc5a7bda7160bf25108b554117cc40c0 (patch)
treea50aa79112386bda82ea33a4a6b863e3e1406711 /Emby.Server.Implementations
parent47fc7c6aeeb6d4304a03d1ec83489f9702feea51 (diff)
3.2.17.6
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/Dto/DtoService.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs
index fe5642f1d..ec4f552a6 100644
--- a/Emby.Server.Implementations/Dto/DtoService.cs
+++ b/Emby.Server.Implementations/Dto/DtoService.cs
@@ -897,10 +897,6 @@ namespace Emby.Server.Implementations.Dto
if (fields.Contains(ItemFields.Genres))
{
dto.Genres = item.Genres;
- }
-
- if (fields.Contains(ItemFields.GenreItems))
- {
AttachGenreItems(dto, item);
}