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

Related media according to genre

pull/6867/head
Yordany Rodriguez Esquirol 3 years ago
parent fa366f0099
commit 3734c95fd4

@ -739,6 +739,7 @@ namespace Jellyfin.Api.Controllers
var query = new InternalItemsQuery(user)
{
Genres = item.Genres, // Passing items' genres to obtain a more accurate list of its related media
Limit = limit,
IncludeItemTypes = includeItemTypes.ToArray(),
SimilarTo = item,

Loading…
Cancel
Save