mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-12 08:16:05 -07:00
Fixed #681
This commit is contained in:
parent
fdba68bb3d
commit
2f34aaec4b
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue