aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorNiels van Velzen <git@ndat.nl>2022-08-14 12:47:25 +0200
committerNiels van Velzen <git@ndat.nl>2022-08-14 12:47:25 +0200
commit0f9124423941f7d2e00333942d3766c4cb8bac92 (patch)
treebeb3621cb6d3165585e27a747c4ab3f594dc8732 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parentc7edf8b565e7d52400cf65e747a8e800ecd3a036 (diff)
Use Guid for adjacentTo API parameter
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index db1697c790..13bfd07c34 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -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; }