This commit is contained in:
Jamie.Rees 2016-11-16 08:52:38 +00:00
parent fdba68bb3d
commit 2f34aaec4b

View file

@ -26,7 +26,7 @@
#endregion #endregion
namespace PlexRequests.Core.SettingModels namespace PlexRequests.Core.SettingModels
{ {
public class UserManagementSettings public class UserManagementSettings : Settings
{ {
public bool SearchForMovies { get; set; } public bool SearchForMovies { get; set; }
public bool SearchForTvShows { get; set; } public bool SearchForTvShows { get; set; }