Added more documentation to explain how the system works (especially to api readers)

This commit is contained in:
Joseph Milazzo 2025-06-07 15:22:50 -05:00
parent 29c29976f1
commit da4ab9feeb
3 changed files with 5 additions and 4 deletions

View file

@ -68,6 +68,7 @@ public class ReadingProfileController(ILogger<ReadingProfileController> logger,
/// <summary>
/// Update the implicit reading profile for a series, creates one if none exists
/// </summary>
/// <remarks>Any modification to the reader settings during reading will create an implicit profile. Use "update-parent" to save to the bound series profile.</remarks>
/// <param name="dto"></param>
/// <param name="seriesId"></param>
/// <returns></returns>