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

Update MediaBrowser.Controller/Lyrics/LyricResponse.cs

Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
pull/8381/head
1hitsong 3 years ago committed by GitHub
parent f737581d49
commit dce81d8818
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,7 +10,7 @@ public class LyricResponse
/// <summary>
/// Gets or sets Metadata.
/// </summary>
public LyricMetadata? Metadata { get; set; }
public LyricMetadata Metadata { get; set; }
/// <summary>
/// Gets or sets Lyrics.

Loading…
Cancel
Save