mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 05:48:47 +01:00
added mono release configuration
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user