mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
removed test code
This commit is contained in:
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…
x
Reference in New Issue
Block a user