aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Dto/DtoService.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-05-15 00:34:33 -0400
committerGitHub <noreply@github.com>2017-05-15 00:34:33 -0400
commita4efcf07f42d1ccd2be0c2f4d2af1208366f6ab6 (patch)
treec4d0a9693850b977b66c057508b286ed50da9a3c /Emby.Server.Implementations/Dto/DtoService.cs
parente2085763296e32e7ef1532460030e5449725116a (diff)
parent4a8aa20698aa761cba7ab7e45181a2b3251fca64 (diff)
Merge pull request #2639 from MediaBrowser/beta
Beta
Diffstat (limited to 'Emby.Server.Implementations/Dto/DtoService.cs')
-rw-r--r--Emby.Server.Implementations/Dto/DtoService.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs
index 78d76fd76..d784bcb09 100644
--- a/Emby.Server.Implementations/Dto/DtoService.cs
+++ b/Emby.Server.Implementations/Dto/DtoService.cs
@@ -883,15 +883,6 @@ namespace Emby.Server.Implementations.Dto
dto.AspectRatio = hasAspectRatio.AspectRatio;
}
- if (fields.Contains(ItemFields.AwardSummary))
- {
- var hasAwards = item as IHasAwards;
- if (hasAwards != null)
- {
- dto.AwardSummary = hasAwards.AwardSummary;
- }
- }
-
var backdropLimit = options.GetImageLimit(ImageType.Backdrop);
if (backdropLimit > 0)
{