mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-18 06:53:07 +03: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