mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 07:23:05 +03:00
updated nuget
This commit is contained in:
@@ -68,7 +68,8 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
LimitType = request.LimitType,
|
||||
RequestedItemIds = request.ItemIds,
|
||||
DateCreated = DateTime.UtcNow,
|
||||
DateLastModified = DateTime.UtcNow
|
||||
DateLastModified = DateTime.UtcNow,
|
||||
ItemCount = 1
|
||||
};
|
||||
|
||||
await _repo.Create(job).ConfigureAwait(false);
|
||||
|
||||
Reference in New Issue
Block a user