removed test code

This commit is contained in:
Luke Pulverenti 2013-10-14 13:35:24 -04:00
parent ed60771cdd
commit ec9fe34d66
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ namespace MediaBrowser.Providers.Movies
// Don't check for tvdb updates anymore frequently than 24 hours
if (timestampFileInfo.Exists && (DateTime.UtcNow - timestampFileInfo.LastWriteTimeUtc).TotalDays < 1)
{
//return;
return;
}
// Find out the last time we queried tvdb for updates

View File

@ -46,7 +46,7 @@ namespace MediaBrowser.Providers.Movies
{
get
{
return "12";
return "13";
}
}