diff --git a/TwitchDownloaderCLI/Options.cs b/TwitchDownloaderCLI/Options.cs index 1747996f..ce3047d2 100644 --- a/TwitchDownloaderCLI/Options.cs +++ b/TwitchDownloaderCLI/Options.cs @@ -36,7 +36,7 @@ class Options public string Oauth { get; set; } [Option("timestamp", HelpText = "Enable timestamp in chat render.")] public bool Timestamp { get; set; } - [Option("timestamp-format", HelpText = "Sets the timestamp format for .txt chat logs. Valid values are Utc, Relative, and None", Default = TimestampFormat.None)] + [Option("timestamp-format", HelpText = "Sets the timestamp format for .txt chat logs. Valid values are Utc, Relative, and None", Default = TimestampFormat.Relative)] public TimestampFormat TimeFormat { get; set; } [Option("embed-emotes", HelpText = "Embed emotes into chat download.")] public bool EmbedEmotes { get; set; } diff --git a/TwitchDownloaderCore/TwitchDownloaderCore.csproj b/TwitchDownloaderCore/TwitchDownloaderCore.csproj index 2c07ce29..7a5ea6be 100644 --- a/TwitchDownloaderCore/TwitchDownloaderCore.csproj +++ b/TwitchDownloaderCore/TwitchDownloaderCore.csproj @@ -6,7 +6,7 @@ true MIT Lewis Pardo - 1.0.9 + 1.1.0