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

Update ILibraryManager.cs

pull/6342/head
Rich Lander 4 years ago committed by GitHub
parent 0bb6999d59
commit 5110835031
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -98,7 +98,7 @@ namespace MediaBrowser.Controller.Library
/// <summary>
/// Gets the artist.
/// </summary>
/// <param name="name">The name.</param>
/// <param name="name">The name of the artist.</param>
/// <returns>Task{Artist}.</returns>
MusicArtist GetArtist(string name);

Loading…
Cancel
Save