Find dead people and artists by id, not by name

This commit is contained in:
Shadowghost
2026-09-01 19:49:25 +02:00
parent 792ce4a391
commit 50f08d41a4
6 changed files with 219 additions and 15 deletions
@@ -432,12 +432,18 @@ namespace MediaBrowser.Controller.Entities
public string? HasNoSubtitleTrackWithLanguage { get; set; }
/// <summary>
/// Gets or sets a value indicating whether to return only items nothing names any more.
/// </summary>
public bool? IsDeadArtist { get; set; }
public bool? IsDeadStudio { get; set; }
public bool? IsDeadGenre { get; set; }
/// <summary>
/// Gets or sets a value indicating whether to return only items nothing names any more.
/// </summary>
public bool? IsDeadPerson { get; set; }
/// <summary>