Merge branch 'develop' of https://github.com/Kareadita/Kavita into feature/magazine

This commit is contained in:
Joseph Milazzo 2025-05-04 09:20:15 -05:00
commit 08a32a26bc
283 changed files with 8056 additions and 2679 deletions

View file

@ -2,7 +2,7 @@
namespace API.DTOs.Reader;
public class BookInfoDto : IChapterInfoDto
public sealed record BookInfoDto : IChapterInfoDto
{
public string BookTitle { get; set; } = default! ;
public int SeriesId { get; set; }