mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 23:08:42 +01:00
Add full stop at end of comments (SA1629)
This commit is contained in:
@@ -104,7 +104,7 @@ namespace MediaBrowser.Model.Entities
|
||||
public bool ShowSidebar { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the client
|
||||
/// Gets or sets the client.
|
||||
/// </summary>
|
||||
public string Client { get; set; }
|
||||
}
|
||||
|
||||
@@ -13,7 +13,7 @@ using MediaBrowser.Model.MediaInfo;
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Class MediaStream
|
||||
/// Class MediaStream.
|
||||
/// </summary>
|
||||
public class MediaStream
|
||||
{
|
||||
|
||||
@@ -3,28 +3,28 @@
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Enum MetadataProviders
|
||||
/// Enum MetadataProviders.
|
||||
/// </summary>
|
||||
public enum MetadataProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// The imdb
|
||||
/// The imdb.
|
||||
/// </summary>
|
||||
Imdb = 2,
|
||||
/// <summary>
|
||||
/// The TMDB
|
||||
/// The TMDB.
|
||||
/// </summary>
|
||||
Tmdb = 3,
|
||||
/// <summary>
|
||||
/// The TVDB
|
||||
/// The TVDB.
|
||||
/// </summary>
|
||||
Tvdb = 4,
|
||||
/// <summary>
|
||||
/// The tvcom
|
||||
/// The tvcom.
|
||||
/// </summary>
|
||||
Tvcom = 5,
|
||||
/// <summary>
|
||||
/// Tmdb Collection Id
|
||||
/// Tmdb Collection Id.
|
||||
/// </summary>
|
||||
TmdbCollection = 7,
|
||||
MusicBrainzAlbum = 8,
|
||||
|
||||
@@ -7,7 +7,7 @@ using MediaBrowser.Model.Configuration;
|
||||
namespace MediaBrowser.Model.Entities
|
||||
{
|
||||
/// <summary>
|
||||
/// Used to hold information about a user's list of configured virtual folders
|
||||
/// Used to hold information about a user's list of configured virtual folders.
|
||||
/// </summary>
|
||||
public class VirtualFolderInfo
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user