mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace NzbDrone.Core.RemotePathMappings
|
||||
public class RemotePathMappingRepository : BasicRepository<RemotePathMapping>, IRemotePathMappingRepository
|
||||
{
|
||||
|
||||
public RemotePathMappingRepository(IDatabase database, IEventAggregator eventAggregator)
|
||||
public RemotePathMappingRepository(IMainDatabase database, IEventAggregator eventAggregator)
|
||||
: base(database, eventAggregator)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user