Use guid for seriesId API parameter

This commit is contained in:
Niels van Velzen
2022-08-14 13:03:48 +02:00
parent c7edf8b565
commit bef4256d47
3 changed files with 7 additions and 7 deletions

View File

@@ -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.