Finally fixed #72

This commit is contained in:
tidusjar 2016-04-14 14:50:40 +01:00
parent 5352422688
commit 6190eceb60
22 changed files with 320 additions and 94 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 string BaseUrl { get; set; }
public bool SearchForMovies { get; set; }
public bool SearchForTvShows { get; set; }
public bool SearchForMusic { get; set; }