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:
@@ -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