mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-22 00:35:26 +03:00
update SocketHttpListener
This commit is contained in:
@@ -28,7 +28,7 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
var jobItemResult = _syncManager.GetJobItems(new SyncJobItemQuery
|
||||
{
|
||||
AddMetadata = false,
|
||||
Statuses = new List<SyncJobItemStatus> { SyncJobItemStatus.Synced },
|
||||
Statuses = new SyncJobItemStatus[] { SyncJobItemStatus.Synced },
|
||||
ItemId = item.Id.ToString("N")
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user