update build scripts

pull/702/head
Luke Pulverenti 9 years ago
parent 71780d401f
commit 86a084bf5e

@ -62,7 +62,7 @@ namespace MediaBrowser.Common.ScheduledTasks
} }
else else
{ {
triggerDate = DateTime.UtcNow.Add(Interval); triggerDate = DateTime.UtcNow.AddSeconds(10);
} }
} }

@ -112,7 +112,7 @@ namespace MediaBrowser.Server.Implementations.FileOrganization
try try
{ {
return _fileSystem return _fileSystem
.GetFileSystemEntryPaths(path) .GetDirectoryPaths(path)
.ToList(); .ToList();
} }
catch (IOException ex) catch (IOException ex)

Loading…
Cancel
Save