From ab07adbdb1f8e0ec703f34c178cacadb29197eca Mon Sep 17 00:00:00 2001 From: genteure Date: Sat, 27 Aug 2022 18:09:33 +0800 Subject: [PATCH] fix: test --- .../PublicApi.HasNoChangesAsync.verified.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/BililiveRecorder.Core.UnitTests/Expectations/PublicApi.HasNoChangesAsync.verified.txt b/test/BililiveRecorder.Core.UnitTests/Expectations/PublicApi.HasNoChangesAsync.verified.txt index 28cf704..a435482 100644 --- a/test/BililiveRecorder.Core.UnitTests/Expectations/PublicApi.HasNoChangesAsync.verified.txt +++ b/test/BililiveRecorder.Core.UnitTests/Expectations/PublicApi.HasNoChangesAsync.verified.txt @@ -91,6 +91,7 @@ namespace BililiveRecorder.Core.Config.V3 public bool RecordDanmakuSuperChat { get; } public BililiveRecorder.Core.Config.RecordMode RecordMode { get; } public string RecordingQuality { get; } + public bool SaveStreamCover { get; } public uint TimingApiTimeout { get; } public uint TimingCheckInterval { get; } public uint TimingDanmakuRetry { get; } @@ -131,6 +132,7 @@ namespace BililiveRecorder.Core.Config.V3 public bool HasRecordDanmakuSuperChat { get; set; } public bool HasRecordMode { get; set; } public bool HasRecordingQuality { get; set; } + public bool HasSaveStreamCover { get; set; } public bool HasTimingApiTimeout { get; set; } public bool HasTimingCheckInterval { get; set; } public bool HasTimingDanmakuRetry { get; set; } @@ -180,6 +182,8 @@ namespace BililiveRecorder.Core.Config.V3 public HierarchicalPropertyDefault.Optional OptionalRecordMode { get; set; } [Newtonsoft.Json.JsonProperty("RecordingQuality")] public HierarchicalPropertyDefault.Optional OptionalRecordingQuality { get; set; } + [Newtonsoft.Json.JsonProperty("SaveStreamCover")] + public HierarchicalPropertyDefault.Optional OptionalSaveStreamCover { get; set; } [Newtonsoft.Json.JsonProperty("TimingApiTimeout")] public HierarchicalPropertyDefault.Optional OptionalTimingApiTimeout { get; set; } [Newtonsoft.Json.JsonProperty("TimingCheckInterval")] @@ -212,6 +216,7 @@ namespace BililiveRecorder.Core.Config.V3 public bool RecordDanmakuSuperChat { get; set; } public BililiveRecorder.Core.Config.RecordMode RecordMode { get; set; } public string? RecordingQuality { get; set; } + public bool SaveStreamCover { get; set; } public uint TimingApiTimeout { get; set; } public uint TimingCheckInterval { get; set; } public uint TimingDanmakuRetry { get; set; } @@ -254,6 +259,7 @@ namespace BililiveRecorder.Core.Config.V3 public bool HasRecordMode { get; set; } public bool HasRecordingQuality { get; set; } public bool HasRoomId { get; set; } + public bool HasSaveStreamCover { get; set; } public string? LiveApiHost { get; } public BililiveRecorder.Core.Config.AllowedAddressFamily NetworkTransportAllowedAddressFamily { get; } public bool NetworkTransportUseSystemProxy { get; } @@ -281,6 +287,8 @@ namespace BililiveRecorder.Core.Config.V3 public HierarchicalPropertyDefault.Optional OptionalRecordingQuality { get; set; } [Newtonsoft.Json.JsonProperty("RoomId")] public HierarchicalPropertyDefault.Optional OptionalRoomId { get; set; } + [Newtonsoft.Json.JsonProperty("SaveStreamCover")] + public HierarchicalPropertyDefault.Optional OptionalSaveStreamCover { get; set; } public bool RecordDanmaku { get; set; } public uint RecordDanmakuFlushInterval { get; } public bool RecordDanmakuGift { get; set; } @@ -290,6 +298,7 @@ namespace BililiveRecorder.Core.Config.V3 public BililiveRecorder.Core.Config.RecordMode RecordMode { get; set; } public string? RecordingQuality { get; set; } public int RoomId { get; set; } + public bool SaveStreamCover { get; set; } public uint TimingApiTimeout { get; } public uint TimingCheckInterval { get; } public uint TimingDanmakuRetry { get; }