mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-13 11:02:18 -04:00
Last PR before Release (#2692)
This commit is contained in:
@@ -8,11 +8,13 @@ public class ScrobbleEventDto
|
||||
public int SeriesId { get; set; }
|
||||
public int LibraryId { get; set; }
|
||||
public bool IsProcessed { get; set; }
|
||||
public int? VolumeNumber { get; set; }
|
||||
public float? VolumeNumber { get; set; }
|
||||
public int? ChapterNumber { get; set; }
|
||||
public DateTime LastModifiedUtc { get; set; }
|
||||
public DateTime CreatedUtc { get; set; }
|
||||
public float? Rating { get; set; }
|
||||
public ScrobbleEventType ScrobbleEventType { get; set; }
|
||||
public bool IsErrored { get; set; }
|
||||
public string? ErrorDetails { get; set; }
|
||||
|
||||
}
|
||||
|
||||
@@ -38,4 +38,16 @@ public class UpdateNotificationDto
|
||||
/// Date of the publish
|
||||
/// </summary>
|
||||
public required string PublishDate { get; init; }
|
||||
/// <summary>
|
||||
/// Is the server on a nightly within this release
|
||||
/// </summary>
|
||||
public bool IsOnNightlyInRelease { get; set; }
|
||||
/// <summary>
|
||||
/// Is the server on an older version
|
||||
/// </summary>
|
||||
public bool IsReleaseNewer { get; set; }
|
||||
/// <summary>
|
||||
/// Is the server on this version
|
||||
/// </summary>
|
||||
public bool IsReleaseEqual { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user