mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-10 07:22:35 -07:00
Finished #459
This commit is contained in:
parent
d843ab0ebb
commit
632ce75fa0
7 changed files with 84 additions and 22 deletions
|
@ -42,7 +42,7 @@ namespace PlexRequests.UI.Modules
|
|||
public abstract class BaseModule : NancyModule
|
||||
{
|
||||
protected string BaseUrl { get; set; }
|
||||
|
||||
|
||||
|
||||
protected BaseModule(ISettingsService<PlexRequestSettings> settingsService)
|
||||
{
|
||||
|
@ -66,7 +66,7 @@ namespace PlexRequests.UI.Modules
|
|||
BaseUrl = baseUrl;
|
||||
|
||||
var settingModulePath = string.IsNullOrEmpty(baseUrl) ? modulePath : $"{baseUrl}/{modulePath}";
|
||||
|
||||
|
||||
ModulePath = settingModulePath;
|
||||
|
||||
Before += (ctx) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue