Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/092e7c91b4cb085e1a586a254169343d8aa70c73 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 6a005f6a4f
commit 092e7c91b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -114,7 +114,7 @@ namespace MediaBrowser.Controller.Library
/// <summary>
/// Gets a Genre.
/// </summary>
/// <param name="name">The name of genre.</param>
/// <param name="name">The name of the genre.</param>
/// <returns>Task{Genre}.</returns>
Genre GetGenre(string name);

Loading…
Cancel
Save