Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/src/commit/e765fef271760998e99259e021bf0a214702c77f/MediaBrowser.Controller/Providers/IExternalId.cs
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
using MediaBrowser.Model.Entities;
|
|
|
|
namespace MediaBrowser.Controller.Providers
|
|
{
|
|
public interface IExternalId
|
|
{
|
|
string Name { get; }
|
|
|
|
string Key { get; }
|
|
|
|
string UrlFormatString { get; }
|
|
|
|
bool Supports(IHasProviderIds item);
|
|
}
|
|
}
|