diff options
| -rw-r--r-- | MediaBrowser.Controller/Entities/PersonInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/Entities/PersonInfo.cs b/MediaBrowser.Controller/Entities/PersonInfo.cs index 600c6f590..5a27cbe1a 100644 --- a/MediaBrowser.Controller/Entities/PersonInfo.cs +++ b/MediaBrowser.Controller/Entities/PersonInfo.cs @@ -36,7 +36,7 @@ namespace MediaBrowser.Controller.Entities public string Type { get; set; } /// <summary> - /// Gets or sets the sort order - ascending + /// Gets or sets the ascending sort order. /// </summary> /// <value>The sort order.</value> public int? SortOrder { get; set; } |
