mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 13:58:29 +01:00
Add full stop at end of comments (SA1629)
This commit is contained in:
@@ -7,7 +7,7 @@ namespace MediaBrowser.Model.LiveTv
|
||||
public class SeriesTimerQuery
|
||||
{
|
||||
/// <summary>
|
||||
/// Gets or sets the sort by - SortName, Priority
|
||||
/// Gets or sets the sort by - SortName, Priority.
|
||||
/// </summary>
|
||||
/// <value>The sort by.</value>
|
||||
public string? SortBy { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user