mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-05 07:18:47 +01:00
update SocketHttpListener
This commit is contained in:
@@ -161,7 +161,7 @@ namespace MediaBrowser.Server.Implementations.Dto
|
||||
var result = _syncManager.GetLibraryItemIds(new SyncJobItemQuery
|
||||
{
|
||||
TargetId = deviceId,
|
||||
Statuses = new List<SyncJobItemStatus>
|
||||
Statuses = new SyncJobItemStatus[]
|
||||
{
|
||||
SyncJobItemStatus.Converting,
|
||||
SyncJobItemStatus.Queued,
|
||||
|
||||
Reference in New Issue
Block a user