mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible.
This commit is contained in:
@@ -10,7 +10,7 @@ namespace NzbDrone.Core.Qualities
|
||||
|
||||
public class QualityDefinitionRepository : BasicRepository<QualityDefinition>, IQualityDefinitionRepository
|
||||
{
|
||||
public QualityDefinitionRepository(IDatabase database, IEventAggregator eventAggregator)
|
||||
public QualityDefinitionRepository(IMainDatabase database, IEventAggregator eventAggregator)
|
||||
: base(database, eventAggregator)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user