diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-01-05 23:36:59 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-05 23:36:59 -0500 |
| commit | 0a202a58f888c4d384a70c571e6d05d09b8020b2 (patch) | |
| tree | fd06847cb48887d4bfc1087d70a42ea0e5efb6c9 /Emby.Server.Implementations/Sync/SyncManager.cs | |
| parent | 5ff78b5130d0b2712494f4830a9d4f025b09ede3 (diff) | |
| parent | 424c83bda8c44c81eff62a26f4e2e65ceaf6de6f (diff) | |
Merge pull request #2381 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Implementations/Sync/SyncManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Sync/SyncManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Sync/SyncManager.cs b/Emby.Server.Implementations/Sync/SyncManager.cs index 310b35afe..2687eaefc 100644 --- a/Emby.Server.Implementations/Sync/SyncManager.cs +++ b/Emby.Server.Implementations/Sync/SyncManager.cs @@ -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 |
