Преглед на файлове

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)