diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-04-01 15:49:36 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-04-01 15:49:36 -0400 |
| commit | 372d40598d37a29ffa9de8627114fa12c477fc83 (patch) | |
| tree | d5275e3e774f4b9c6e43b00f82ea32d2fb11e92e /Emby.Server.Implementations/Dto | |
| parent | 165a209bdf1c3f95bf01cda8635376616397d321 (diff) | |
remove qsv hevc decoding for now
Diffstat (limited to 'Emby.Server.Implementations/Dto')
| -rw-r--r-- | Emby.Server.Implementations/Dto/DtoService.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs index d477008a5..e65e98f21 100644 --- a/Emby.Server.Implementations/Dto/DtoService.cs +++ b/Emby.Server.Implementations/Dto/DtoService.cs @@ -882,15 +882,6 @@ namespace Emby.Server.Implementations.Dto dto.AspectRatio = hasAspectRatio.AspectRatio; } - if (fields.Contains(ItemFields.Metascore)) - { - var hasMetascore = item as IHasMetascore; - if (hasMetascore != null) - { - dto.Metascore = hasMetascore.Metascore; - } - } - if (fields.Contains(ItemFields.AwardSummary)) { var hasAwards = item as IHasAwards; |
