Update MediaBrowser.Model/LiveTv/LiveTvChannelQuery.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
pull/5273/head
Bond-009 4 years ago committed by GitHub
parent 401bafbfd0
commit 003945f25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -54,7 +54,7 @@ namespace MediaBrowser.Model.LiveTv
public Guid UserId { get; set; }
/// <summary>
/// gets or sets the start index. Used for paging.
/// Gets or sets the start index. Used for paging.
/// </summary>
/// <value>The start index.</value>
public int? StartIndex { get; set; }

Loading…
Cancel
Save