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

Enable people for audio files

pull/6358/head
MrTimscampi 4 years ago
parent db0d5b048a
commit 3300d2d7d3

@ -43,7 +43,7 @@ namespace MediaBrowser.Controller.Entities.Audio
public override bool SupportsPlayedStatus => true;
[JsonIgnore]
public override bool SupportsPeople => false;
public override bool SupportsPeople => true;
[JsonIgnore]
public override bool SupportsAddingToPlaylist => true;

Loading…
Cancel
Save