Skip to content

Commit

Permalink
fix(emby): 🐛 Fixed an issue where we slightly broke the full sync
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Nov 22, 2021
1 parent 9f6f8f8 commit 332d934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Ombi.Schedule/Jobs/Emby/EmbyContentSync.cs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ private async Task ProcessMovies(EmbyServers server, bool recentlyAdded, string
{
movies = await Api.GetAllMovies(server.ApiKey, parentId, processed, AmountToTake, server.AdministratorId, server.FullUri);
}
else
await _repo.AddRange(mediaToAdd);
mediaToAdd.Clear();
}
Expand Down

0 comments on commit 332d934

Please sign in to comment.