mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-27 22:57: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.Profiles
|
||||
|
||||
public class ProfileRepository : BasicRepository<Profile>, IProfileRepository
|
||||
{
|
||||
public ProfileRepository(IDatabase database, IEventAggregator eventAggregator)
|
||||
public ProfileRepository(IMainDatabase database, IEventAggregator eventAggregator)
|
||||
: base(database, eventAggregator)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user