mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Add full stop at end of comments (SA1629)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user