Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/f29a2b49ef67eb82835fb6268b184db33b395b93 You should set ROOT_URL correctly, otherwise the web may not work correctly.
pull/702/head
Luke Pulverenti 11 years ago
parent 8f22edb503
commit f29a2b49ef

@ -163,7 +163,7 @@ namespace MediaBrowser.Providers.Movies
public bool Supports(IHasProviderIds item)
{
return !(item is Person);
return item is Movie || item is Trailer || item is MusicVideo || item is Series || item is Episode;
}
}

@ -77,7 +77,7 @@ namespace MediaBrowser.Providers.Music
{
public string Name
{
get { return "TheAudioDb"; }
get { return "TheAudioDb Artist"; }
}
public string Key

Loading…
Cancel
Save