mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 08:45:23 +03:00
update image magick sharp
This commit is contained in:
@@ -130,11 +130,15 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
DateLastModified = DateTime.UtcNow,
|
||||
SyncNewContent = request.SyncNewContent,
|
||||
ItemCount = items.Count,
|
||||
Quality = request.Quality,
|
||||
Category = request.Category,
|
||||
ParentId = request.ParentId
|
||||
};
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(request.Quality))
|
||||
{
|
||||
job.Quality = (SyncQuality)Enum.Parse(typeof(SyncQuality), request.Quality, true);
|
||||
}
|
||||
|
||||
if (!request.Category.HasValue && request.ItemIds != null)
|
||||
{
|
||||
var requestedItems = request.ItemIds
|
||||
|
||||
Reference in New Issue
Block a user