mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-20 21:55:03 -04:00
rjs optimize the app.
This commit is contained in:
@@ -4,8 +4,8 @@ namespace NzbDrone.Api.Notifications
|
||||
{
|
||||
public class IndexerModule : ProviderModuleBase<NotificationResource, INotification, NotificationDefinition>
|
||||
{
|
||||
public IndexerModule(NotificationFactory notificationrFactory)
|
||||
: base(notificationrFactory, "notification")
|
||||
public IndexerModule(NotificationFactory notificationFactory)
|
||||
: base(notificationFactory, "notification")
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user