Work on the TV request. the latest parameter is not being passed into the requestTvshow

This commit is contained in:
tidusjar 2016-02-29 17:30:01 +00:00
parent 3d6da12fb5
commit 70362b908f
5 changed files with 73 additions and 15 deletions

View file

@ -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}";
}