aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorTim Eisele <Ghost_of_Stone@web.de>2025-04-10 02:40:16 +0200
committerGitHub <noreply@github.com>2025-04-09 18:40:16 -0600
commitcad8de97018d88ea59c4a5900d0bff9bba73212c (patch)
treeab94933288b5bd32d12c99d8585299e1cb60ff82 /MediaBrowser.Controller
parent294b2f90d10ad8cb6c2cbb16727a70b60e5a4ee2 (diff)
Add Genre cleanup and fix cleanup filter queries (#13891)
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index 9a83dba45..d50f3d075 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -306,6 +306,8 @@ namespace MediaBrowser.Controller.Entities
public bool? IsDeadStudio { get; set; }
+ public bool? IsDeadGenre { get; set; }
+
public bool? IsDeadPerson { get; set; }
/// <summary>