Browse Source

fix metascore itemfield

Luke Pulverenti 10 years ago
parent
commit
c4e2158145
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Server.Implementations/Dto/DtoService.cs

+ 1 - 1
MediaBrowser.Server.Implementations/Dto/DtoService.cs

@@ -748,7 +748,7 @@ namespace MediaBrowser.Server.Implementations.Dto
                 dto.AspectRatio = hasAspectRatio.AspectRatio;
             }
 
-            if (fields.Contains(ItemFields.ProductionLocations))
+            if (fields.Contains(ItemFields.Metascore))
             {
                 var hasMetascore = item as IHasMetascore;
                 if (hasMetascore != null)