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

View File

@@ -59,7 +59,7 @@ namespace NzbDrone.Core.Datastore
public IEnumerable<TModel> All()
{
return DataMapper.Query<TModel>().ToList();
return Query.ToList();
}
public int Count()