aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorNiels van Velzen <git@ndat.nl>2022-08-14 13:03:48 +0200
committerNiels van Velzen <git@ndat.nl>2022-08-14 13:03:48 +0200
commitbef4256d47c7424901bec0f7e977bae109917556 (patch)
treed513d1c7a3a487c5afd8872ae726ca081a5761ba /MediaBrowser.Model
parentc7edf8b565e7d52400cf65e747a8e800ecd3a036 (diff)
Use guid for seriesId API parameter
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Querying/NextUpQuery.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Querying/NextUpQuery.cs b/MediaBrowser.Model/Querying/NextUpQuery.cs
index 133d6a9162..0fb996df97 100644
--- a/MediaBrowser.Model/Querying/NextUpQuery.cs
+++ b/MediaBrowser.Model/Querying/NextUpQuery.cs
@@ -33,7 +33,7 @@ namespace MediaBrowser.Model.Querying
/// Gets or sets the series id.
/// </summary>
/// <value>The series id.</value>
- public string SeriesId { get; set; }
+ public Guid? SeriesId { get; set; }
/// <summary>
/// Gets or sets the start index. Use for paging.