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

Update IApplicationHost.cs

pull/3508/head
BaronGreenback 5 years ago committed by GitHub
parent 912847ae8c
commit e33c6f6b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -125,13 +125,5 @@ namespace MediaBrowser.Common
/// <param name="type">The type.</param>
/// <returns>System.Object.</returns>
object CreateInstance(Type type);
/// <summary>
/// Creates a new instance of a class.
/// </summary>
/// <param name="type">The type to create.</param>
/// <param name="parameter">An addtional parameter.</param>
/// <returns>Created instance.</returns>
object CreateInstance(Type type, object parameter);
}
}

Loading…
Cancel
Save