Merge pull request #3343 from telans/comment-stops

Add full stop at end of comments (SA1629)
This commit is contained in:
Bond-009
2020-06-16 11:54:58 +02:00
committed by GitHub
269 changed files with 816 additions and 816 deletions

View File

@@ -5,15 +5,15 @@ namespace MediaBrowser.Model.Sync
public enum SyncCategory
{
/// <summary>
/// The latest
/// The latest.
/// </summary>
Latest = 0,
/// <summary>
/// The next up
/// The next up.
/// </summary>
NextUp = 1,
/// <summary>
/// The resume
/// The resume.
/// </summary>
Resume = 2
}