aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-17 15:52:25 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-17 15:52:25 -0400
commitf251fd5abf9de16cdd427145ceeb4c2284c4a432 (patch)
tree899e7f6c2d5d7951f8636b2bf4be1a614344d264 /MediaBrowser.Server.Implementations/Dto
parent3e8576edd2e06cf12ff99ac681c5f30c96242afc (diff)
update SocketHttpListener
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 3280cf264b..887a94ab30 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -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,