mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Done #135 We are including the application version number in the directory.
This commit is contained in:
parent
6392ee0bde
commit
67df79bcca
9 changed files with 78 additions and 61 deletions
|
@ -30,7 +30,7 @@ using Newtonsoft.Json;
|
|||
|
||||
namespace PlexRequests.Core.SettingModels
|
||||
{
|
||||
public sealed class LandingPageSettings : Settings
|
||||
public class LandingPageSettings : Settings
|
||||
{
|
||||
public bool Enabled { get; set; }
|
||||
public bool BeforeLogin { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue