Default to a list just in case and tweaked the logging for Koreader.

This commit is contained in:
Joseph Milazzo 2025-06-28 07:52:58 -05:00
parent 9e556cb162
commit dfab848860
4 changed files with 5 additions and 4 deletions

View file

@ -46,7 +46,7 @@ public class SeriesMetadata : IHasConcurrencyToken, IHasKPlusMetadata
/// <summary>
/// Tracks which metadata has been set by K+
/// </summary>
public IList<MetadataSettingField> KPlusOverrides { get; set; }
public IList<MetadataSettingField> KPlusOverrides { get; set; } = [];
#region Locks