mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Fixed some resharper line breaks
This commit is contained in:
parent
d00744aafa
commit
de212f8b98
6 changed files with 44 additions and 29 deletions
|
@ -8,12 +8,12 @@ namespace NzbDrone.Core.Providers
|
|||
{
|
||||
public class TvDbProvider : ITvDbProvider
|
||||
{
|
||||
private const string TvDbApiKey = "5D2D188E86E07F4F";
|
||||
private const string TVDB_APIKEY = "5D2D188E86E07F4F";
|
||||
private readonly TvdbHandler _handler;
|
||||
|
||||
public TvDbProvider()
|
||||
{
|
||||
_handler = new TvdbHandler(new XmlCacheProvider(Path.Combine(Main.AppPath, @"cache\tvdbcache.xml")), TvDbApiKey);
|
||||
_handler = new TvdbHandler(new XmlCacheProvider(Path.Combine(Main.AppPath, @"cache\tvdbcache.xml")), TVDB_APIKEY);
|
||||
}
|
||||
|
||||
#region ITvDbProvider Members
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue