aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Dto
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-27 01:50:40 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-01-27 01:50:40 -0500
commitb3127f19b546f3edce959dd70cafffb3d422a673 (patch)
tree6cb84de8f1cb0ede4e787f112e9305ae64e853b1 /MediaBrowser.Server.Implementations/Dto
parentf5919990c9ef80bff28ec8a590acb2f72a806678 (diff)
updated tvdb search
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto')
-rw-r--r--MediaBrowser.Server.Implementations/Dto/DtoService.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
index 06b5138f1c..0fa37435b1 100644
--- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs
+++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs
@@ -162,8 +162,7 @@ namespace MediaBrowser.Server.Implementations.Dto
{
SyncJobItemStatus.Converting,
SyncJobItemStatus.Queued,
- SyncJobItemStatus.Transferring,
- SyncJobItemStatus.Synced
+ SyncJobItemStatus.Transferring
}
});