Use Guid for adjacentTo API parameter

This commit is contained in:
Niels van Velzen
2022-08-14 12:47:25 +02:00
parent c7edf8b565
commit 0f91244239
6 changed files with 16 additions and 17 deletions

View File

@@ -129,7 +129,7 @@ namespace MediaBrowser.Controller.Entities
public Guid[] ExcludeItemIds { get; set; }
public string? AdjacentTo { get; set; }
public Guid? AdjacentTo { get; set; }
public string[] PersonTypes { get; set; }