mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-22 18:23:45 +00:00
handle non-existent user with sync jobs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user