removed test code

pull/702/head
Luke Pulverenti 11 years ago
parent ed60771cdd
commit ec9fe34d66

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

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

Loading…
Cancel
Save