mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-13 16:52:56 -07:00
Work on the TV request. the latest
parameter is not being passed into the requestTvshow
This commit is contained in:
parent
3d6da12fb5
commit
70362b908f
5 changed files with 73 additions and 15 deletions
|
@ -25,7 +25,7 @@ namespace RequestPlex.UI
|
|||
var service = new SettingsServiceV2<RequestPlexSettings>(new JsonRepository(new DbConfiguration(new SqliteFactory()), new MemoryCacheProvider()));
|
||||
var settings = service.GetSettings();
|
||||
|
||||
if (settings != null)
|
||||
if (settings.Port != 0)
|
||||
{
|
||||
uri = $"http://localhost:{settings.Port}";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue