mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
fix(emby): 🐛 Fixed an issue where we slightly broke the full sync
This commit is contained in:
parent
9f6f8f87e1
commit
332d9344d0
1 changed files with 0 additions and 1 deletions
|
@ -237,7 +237,6 @@ namespace Ombi.Schedule.Jobs.Emby
|
|||
{
|
||||
movies = await Api.GetAllMovies(server.ApiKey, parentId, processed, AmountToTake, server.AdministratorId, server.FullUri);
|
||||
}
|
||||
else
|
||||
await _repo.AddRange(mediaToAdd);
|
||||
mediaToAdd.Clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue