mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-19 07:23:05 +03:00
updated nuget
This commit is contained in:
@@ -223,8 +223,9 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
{
|
||||
var items = category.HasValue ?
|
||||
await GetItemsForSync(category.Value, parentId, user).ConfigureAwait(false) :
|
||||
itemIds.SelectMany(i => GetItemsForSync(i, user))
|
||||
.Where(_syncManager.SupportsSync);
|
||||
itemIds.SelectMany(i => GetItemsForSync(i, user));
|
||||
|
||||
items = items.Where(_syncManager.SupportsSync);
|
||||
|
||||
if (unwatchedOnly)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user