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

Update MediaBrowser.Providers/Lyric/LrcLyricProvider.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/8381/head
1hitsong 3 years ago committed by GitHub
parent 1aa8b22b89
commit 636835f73a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,7 +16,7 @@ namespace MediaBrowser.Providers.Lyric;
public class LrcLyricProvider : ILyricProvider
{
/// <inheritdoc />
public string Name { get; } = "LrcLyricProvider";
public string Name => "LrcLyricProvider";
/// <inheritdoc />
public IEnumerable<string> SupportedMediaTypes

Loading…
Cancel
Save