Merge branch 'develop' of https://github.com/Kareadita/Kavita into bugfix/matching-stuff

This commit is contained in:
Joseph Milazzo 2025-06-08 10:06:28 -05:00
commit 57461374ac
69 changed files with 9140 additions and 1332 deletions

View file

@ -114,7 +114,7 @@ public class GenreRepository : IGenreRepository
/// <summary>
/// Returns a set of Genre tags for a set of library Ids.
/// UserId will restrict returned Genres based on user's age restriction and library access.
/// AppUserId will restrict returned Genres based on user's age restriction and library access.
/// </summary>
/// <param name="userId"></param>
/// <param name="libraryIds"></param>