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

make playlist creation private by default ()

pull/12137/merge
dkanada 3 months ago committed by GitHub
parent e8761044c2
commit 4c65e0d397
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -38,5 +38,5 @@ public class PlaylistCreationRequest
/// <summary>
/// Gets or sets a value indicating whether the playlist is public.
/// </summary>
public bool? Public { get; set; } = true;
public bool? Public { get; set; } = false;
}

Loading…
Cancel
Save