Skip to content

Commit

Permalink
AutoSetEPG false
Browse files Browse the repository at this point in the history
  • Loading branch information
SenexCrenshaw committed Oct 24, 2024
1 parent 7bee463 commit 26a99f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StreamMaster.Domain/Configuration/Setting.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public BaseSettings()
public string AdminPassword { get; set; } = string.Empty;
public string AdminUserName { get; set; } = string.Empty;
public string AuthenticationMethod { get; set; }
public bool AutoSetEPG { get; set; } = true;
public bool AutoSetEPG { get; set; } = false;
public bool BackupEnabled { get; set; } = true;
public int BackupInterval { get; set; } = 4;
public int BackupVersionsToKeep { get; set; } = 18;
Expand Down

0 comments on commit 26a99f2

Please sign in to comment.