Skip to content

Commit 0f64d76

Browse files
committed
Updated UDP
1 parent a84b302 commit 0f64d76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PatreonDownloader.Implementation/PatreonDownloaderModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public override void Load()
2626
Bind<IPageCrawler>().To<PatreonPageCrawler>().InSingletonScope();
2727
Bind<IPlugin>().To<PatreonDefaultPlugin>().WhenInjectedInto<IPluginManager>();
2828
Bind<IUniversalDownloaderPlatformSettings>().To<PatreonDownloaderSettings>();
29-
Bind<ICookieValidator>().To<PatreonCookieValidator>().InSingletonScope();
29+
Rebind<ICookieValidator>().To<PatreonCookieValidator>().InSingletonScope();
3030
}
3131
}
3232
}

0 commit comments

Comments
 (0)