Polish for Release (#3714)
This commit is contained in:
parent
9d9938bce2
commit
c80d046fc7
20 changed files with 3611 additions and 41 deletions
|
@ -76,6 +76,16 @@ public class AppUser : IdentityUser<int>, IHasConcurrencyToken
|
|||
/// </summary>
|
||||
public string? MalAccessToken { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Has the user ran Scrobble Event Generation
|
||||
/// </summary>
|
||||
/// <remarks>Only applicable for Kavita+ and when a Token is present</remarks>
|
||||
public bool HasRunScrobbleEventGeneration { get; set; }
|
||||
/// <summary>
|
||||
/// The timestamp of when Scrobble Event Generation ran (Utc)
|
||||
/// </summary>
|
||||
/// <remarks>Kavita+ only</remarks>
|
||||
public DateTime ScrobbleEventGenerationRan { get; set; }
|
||||
|
||||
|
||||
/// <summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue