Default to a list just in case and tweaked the logging for Koreader.
This commit is contained in:
parent
9e556cb162
commit
dfab848860
4 changed files with 5 additions and 4 deletions
|
|
@ -126,10 +126,11 @@ public class Chapter : IEntityDate, IHasReadTimeEstimate, IHasCoverImage, IHasKP
|
|||
/// </summary>
|
||||
public string WebLinks { get; set; } = string.Empty;
|
||||
public string ISBN { get; set; } = string.Empty;
|
||||
|
||||
/// <summary>
|
||||
/// Tracks which metadata has been set by K+
|
||||
/// </summary>
|
||||
public IList<MetadataSettingField> KPlusOverrides { get; set; }
|
||||
public IList<MetadataSettingField> KPlusOverrides { get; set; } = [];
|
||||
|
||||
/// <summary>
|
||||
/// (Kavita+) Average rating from Kavita+ metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue