Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/c4e21581453d88a66a3d452ae2befd6c21f1ad74 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fix metascore itemfield

pull/702/head
Luke Pulverenti 10 years ago
parent 8807e80d0a
commit c4e2158145

@ -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)

Loading…
Cancel
Save