mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
updated nuget
This commit is contained in:
@@ -727,10 +727,14 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
}
|
||||
});
|
||||
|
||||
return jobItemResult.Items
|
||||
var readyItems = jobItemResult.Items
|
||||
.Select(GetJobItemInfo)
|
||||
.Where(i => i != null)
|
||||
.ToList();
|
||||
|
||||
_logger.Debug("Returning {0} ready sync items for targetId {1}", readyItems.Count, targetId);
|
||||
|
||||
return readyItems;
|
||||
}
|
||||
|
||||
public async Task<SyncDataResponse> SyncData(SyncDataRequest request)
|
||||
|
||||
Reference in New Issue
Block a user