Fix Genre cleanup (#13916)

This commit is contained in:
Tim Eisele
2025-04-15 04:43:38 +02:00
committed by GitHub
parent 8be8ea60f1
commit 6e9e2f500f
2 changed files with 11 additions and 15 deletions
@@ -80,7 +80,7 @@ namespace Emby.Server.Implementations.Library.Validators
var deadEntities = _libraryManager.GetItemList(new InternalItemsQuery
{
IncludeItemTypes = [BaseItemKind.Genre],
IncludeItemTypes = [BaseItemKind.Genre, BaseItemKind.MusicGenre],
IsDeadGenre = true,
IsLocked = false
});