mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed: Alternative Titles appearing multiple times. Duplicate alt titles will be deleted. Fixes #2040
This commit is contained in:
@@ -59,7 +59,7 @@ namespace NzbDrone.Core.Datastore
|
||||
|
||||
public IEnumerable<TModel> All()
|
||||
{
|
||||
return DataMapper.Query<TModel>().ToList();
|
||||
return Query.ToList();
|
||||
}
|
||||
|
||||
public int Count()
|
||||
|
Reference in New Issue
Block a user