1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

Fixed: Alternative Titles appearing multiple times. Duplicate alt titles will be deleted. Fixes #2040

This commit is contained in:
Leonardo Galli
2017-09-24 16:17:43 +02:00
parent e7c9217dc0
commit 25b0a52ba6
3 changed files with 34 additions and 1 deletions
@@ -59,7 +59,7 @@ namespace NzbDrone.Core.Datastore
public IEnumerable<TModel> All()
{
return DataMapper.Query<TModel>().ToList();
return Query.ToList();
}
public int Count()