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

fixed tvdblib xml cache path

pull/3113/head
kay.one 15 years ago
parent 4d4a8198eb
commit 2c0469f76e

@ -13,7 +13,7 @@ namespace NzbDrone.Core.Controllers
public TvDbController()
{
_handler = new TvdbHandler(new XmlCacheProvider(Path.Combine(Main.AppPath, @"\tvdbcache.xml")), TvDbApiKey);
_handler = new TvdbHandler(new XmlCacheProvider(Path.Combine(Main.AppPath, @"cache\tvdbcache.xml")), TvDbApiKey);
}
#region ITvDbController Members

Loading…
Cancel
Save