mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
fix metascore itemfield
This commit is contained in:
@@ -748,7 +748,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
|||||||
dto.AspectRatio = hasAspectRatio.AspectRatio;
|
dto.AspectRatio = hasAspectRatio.AspectRatio;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fields.Contains(ItemFields.ProductionLocations))
|
if (fields.Contains(ItemFields.Metascore))
|
||||||
{
|
{
|
||||||
var hasMetascore = item as IHasMetascore;
|
var hasMetascore = item as IHasMetascore;
|
||||||
if (hasMetascore != null)
|
if (hasMetascore != null)
|
||||||
|
|||||||
Reference in New Issue
Block a user