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

Merge pull request from 1337joe/add-customprefs-set

pull/6860/head
Cody Robibero 3 years ago committed by GitHub
commit 06c82973c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,10 +63,10 @@ namespace MediaBrowser.Model.Dto
public int PrimaryImageWidth { get; set; }
/// <summary>
/// Gets the custom prefs.
/// Gets or sets the custom prefs.
/// </summary>
/// <value>The custom prefs.</value>
public Dictionary<string, string?> CustomPrefs { get; }
public Dictionary<string, string?> CustomPrefs { get; set; }
/// <summary>
/// Gets or sets the scroll direction.

Loading…
Cancel
Save