diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-23 18:29:53 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-07-23 18:29:53 -0400 |
| commit | dc7a59c73a1e163f122780bdd8a5ca6cad96eb06 (patch) | |
| tree | 50fadde432bffa3339d2477b6aa5bed3476d452e /Emby.Server.Implementations/Dto | |
| parent | e6b22f35e5c712081ee48e536868b15fc6491c19 (diff) | |
ensure custom css is loaded last
Diffstat (limited to 'Emby.Server.Implementations/Dto')
| -rw-r--r-- | Emby.Server.Implementations/Dto/DtoService.cs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Emby.Server.Implementations/Dto/DtoService.cs b/Emby.Server.Implementations/Dto/DtoService.cs index 2933a9f22e..a57ee0b9b0 100644 --- a/Emby.Server.Implementations/Dto/DtoService.cs +++ b/Emby.Server.Implementations/Dto/DtoService.cs @@ -894,11 +894,6 @@ namespace Emby.Server.Implementations.Dto dto.Tags = item.Tags; } - if (fields.Contains(ItemFields.Keywords)) - { - dto.Keywords = item.Keywords; - } - var hasAspectRatio = item as IHasAspectRatio; if (hasAspectRatio != null) { |
