Kavita+ Overhaul & New Changelog (#3507)
This commit is contained in:
parent
d880c1690c
commit
a5707617f2
249 changed files with 14775 additions and 2300 deletions
|
|
@ -12,8 +12,10 @@ using Microsoft.EntityFrameworkCore;
|
|||
namespace API.Helpers;
|
||||
#nullable enable
|
||||
|
||||
|
||||
public static class GenreHelper
|
||||
{
|
||||
|
||||
public static async Task UpdateChapterGenres(Chapter chapter, IEnumerable<string> genreNames, IUnitOfWork unitOfWork)
|
||||
{
|
||||
// Normalize genre names once and store them in a hash set for quick lookups
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue