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

removed dead code

release-10.1.0
Luke Pulverenti 8 years ago
parent 48d1e2b85b
commit c7656fb604

@ -54,18 +54,6 @@ namespace MediaBrowser.Model.Dto
/// <value>The id.</value>
public string Id { get; set; }
/// <summary>
/// Gets or sets the offline password.
/// </summary>
/// <value>The offline password.</value>
public string OfflinePassword { get; set; }
/// <summary>
/// Gets or sets the offline password salt.
/// </summary>
/// <value>The offline password salt.</value>
public string OfflinePasswordSalt { get; set; }
/// <summary>
/// Gets or sets the primary image tag.
/// </summary>

Loading…
Cancel
Save