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

Merge pull request from MBR-0001/subtitle-improvements-1

pull/10083/head
Bond-009 2 years ago committed by GitHub
commit c2bb6adc56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,8 +25,18 @@ namespace MediaBrowser.Model.Providers
public float? CommunityRating { get; set; }
public float? FrameRate { get; set; }
public int? DownloadCount { get; set; }
public bool? IsHashMatch { get; set; }
public bool? AiTranslated { get; set; }
public bool? MachineTranslated { get; set; }
public bool? Forced { get; set; }
public bool? HearingImpaired { get; set; }
}
}

Loading…
Cancel
Save