mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
updated nuget
This commit is contained in:
parent
cf0875ef6c
commit
49c0878a4b
12 changed files with 61 additions and 56 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue