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

made EnableImageEnhancers nullable

pull/702/head
Luke Pulverenti 12 years ago
parent a93913b423
commit 9d1180cdc9

@ -68,11 +68,6 @@ namespace MediaBrowser.Model.Dto
/// Gets or sets a value indicating whether [enable image enhancers].
/// </summary>
/// <value><c>true</c> if [enable image enhancers]; otherwise, <c>false</c>.</value>
public bool EnableImageEnhancers { get; set; }
public ImageOptions()
{
EnableImageEnhancers = true;
}
public bool? EnableImageEnhancers { get; set; }
}
}

Loading…
Cancel
Save