mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 06:18:28 +01:00
Add full stop at end of comments (SA1629)
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
namespace MediaBrowser.Controller.Providers
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum VideoContentType
|
||||
/// Enum VideoContentType.
|
||||
/// </summary>
|
||||
public enum VideoContentType
|
||||
{
|
||||
/// <summary>
|
||||
/// The episode
|
||||
/// The episode.
|
||||
/// </summary>
|
||||
Episode = 0,
|
||||
|
||||
/// <summary>
|
||||
/// The movie
|
||||
/// The movie.
|
||||
/// </summary>
|
||||
Movie = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user