mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 07:22:35 -07:00
removed the test code from #72
This commit is contained in:
parent
213a088f07
commit
866b6d6d6d
2 changed files with 12 additions and 6 deletions
|
@ -34,7 +34,7 @@ namespace PlexRequests.UI.Modules
|
|||
{
|
||||
public class BaseModule : NancyModule
|
||||
{
|
||||
private ServiceLocator Locator => ServiceLocator.Instance;
|
||||
protected ServiceLocator Locator => ServiceLocator.Instance;
|
||||
public BaseModule()
|
||||
{
|
||||
var settings = Locator.Resolve<ISettingsService<PlexRequestSettings>>().GetSettings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue