aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorCody Robibero <cody@robibe.ro>2022-08-14 09:48:48 -0700
committerGitHub <noreply@github.com>2022-08-14 09:48:48 -0700
commit12794d184aca2cf81eee8842d5adb8581e498faf (patch)
treec1cea90de2442fa8c88e92827f1101ca79188a67 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parent3c53b47dc55b790d8f529787279cb1412502fd17 (diff)
parent61afd029dfbc3e3d7d14a980ce1682cfc8a04b94 (diff)
Merge pull request #8261 from nielsvanvelzen/adjacentTo-guid
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 db1697c79..13bfd07c3 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; }