fixed tvdblib xml cache path

pull/4/head
kay.one 14 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