added mono release configuration

This commit is contained in:
Luke Pulverenti
2013-12-11 14:54:33 -05:00
parent aa83cb75fd
commit 9ecb85d066
15 changed files with 158 additions and 69 deletions

View File

@@ -1311,11 +1311,6 @@ namespace MediaBrowser.Server.Implementations.Library
{
var list = items.ToList();
foreach (var item in list)
{
item.DateLastSaved = DateTime.UtcNow;
}
await ItemRepository.SaveItems(list, cancellationToken).ConfigureAwait(false);
foreach (var item in list)