aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-01-27 23:23:19 -0500
committerGitHub <noreply@github.com>2017-01-27 23:23:19 -0500
commitfd93caf37f27c8e197af37b89960195ea023e7b1 (patch)
tree9f04111e31ecac922882e9353f108baa804198c9 /Emby.Server.Implementations/Dto
parent90420a7c23712e982c9062bf7e14f65195c2a723 (diff)
parentf616aee90b1a27a573302740cfa17d420a2b6bc1 (diff)
Merge pull request #2428 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Dto')
-rw-r--r--Emby.Server.Implementations/Dto/DtoService.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs
index f866c34dee..9c50ad5dac 100644
--- a/Emby.Server.Implementations/Dto/DtoService.cs
+++ b/Emby.Server.Implementations/Dto/DtoService.cs
@@ -1052,11 +1052,6 @@ namespace Emby.Server.Implementations.Dto
dto.OriginalTitle = item.OriginalTitle;
}
- if (fields.Contains(ItemFields.ShortOverview))
- {
- dto.ShortOverview = item.ShortOverview;
- }
-
if (fields.Contains(ItemFields.ParentId))
{
var displayParentId = item.DisplayParentId;