浏览代码

fix metascore itemfield

Luke Pulverenti 10 年之前
父节点
当前提交
c4e2158145
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)