mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
fix metascore itemfield
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user