handle non-existent user with sync jobs

This commit is contained in:
Luke Pulverenti
2016-12-30 16:14:21 -05:00
parent b8f57f586b
commit 1dea300f6b
2 changed files with 12 additions and 10 deletions

View File

@@ -181,7 +181,7 @@ namespace Emby.Server.Implementations.Sync
await _repo.Create(job).ConfigureAwait(false);
await processor.EnsureJobItems(job).ConfigureAwait(false);
await processor.EnsureJobItems(job, user).ConfigureAwait(false);
// If it already has a converting status then is must have been aborted during conversion
var jobItemsResult = GetJobItems(new SyncJobItemQuery