Added a url base

This commit is contained in:
tidusjar 2016-04-08 14:14:08 +01:00
parent 68624f6971
commit 1af3c21655
11 changed files with 54 additions and 31 deletions

View file

@ -33,7 +33,7 @@ namespace PlexRequests.Core.SettingModels
public class PlexRequestSettings : Settings
{
public int Port { get; set; }
public string AssetLocation { get; set; }
public bool SearchForMovies { get; set; }
public bool SearchForTvShows { get; set; }
public bool SearchForMusic { get; set; }