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

update omdb provider name

pull/702/head
Luke Pulverenti 11 years ago
parent fa5926fda0
commit a91c676565

@ -47,7 +47,7 @@ namespace MediaBrowser.Providers.Omdb
public string Name
{
get { return "IMDb via The Open Movie Database"; }
get { return "The Open Movie Database"; }
}
public async Task<MetadataResult<Series>> GetMetadata(SeriesInfo info, CancellationToken cancellationToken)

Loading…
Cancel
Save