mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-06 04:52:21 -07:00
fixed tvdblib xml cache path
This commit is contained in:
parent
4d4a8198eb
commit
2c0469f76e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace NzbDrone.Core.Controllers
|
||||||
|
|
||||||
public TvDbController()
|
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
|
#region ITvDbController Members
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue