diff --git a/StreamMaster.Domain/Configuration/Setting.cs b/StreamMaster.Domain/Configuration/Setting.cs index 839d7fde7..92704704b 100644 --- a/StreamMaster.Domain/Configuration/Setting.cs +++ b/StreamMaster.Domain/Configuration/Setting.cs @@ -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;