only set creation date at resolve time

This commit is contained in:
Luke Pulverenti
2013-08-14 08:17:45 -04:00
parent 9b167174ad
commit f064d6c9c7
4 changed files with 18 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ namespace MediaBrowser.Server.Implementations.Library
item.DontFetchMeta = item.Path.IndexOf("[dontfetchmeta]", StringComparison.OrdinalIgnoreCase) != -1;
// Make sure DateCreated and DateModified have values
EntityResolutionHelper.EnsureDates(item, args);
EntityResolutionHelper.EnsureDates(item, args, true);
}
/// <summary>