mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Add periods to documentation in CollectionItem.cs
This commit is contained in:
parent
cab45db228
commit
70b87a3e72
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ namespace Jellyfin.Data.Entities.Libraries
|
|||
/// Gets or sets the next item in the collection.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// TODO check if this properly updated dependant and has the proper principal relationship
|
||||
/// TODO check if this properly updated dependant and has the proper principal relationship.
|
||||
/// </remarks>
|
||||
public virtual CollectionItem Next { get; set; }
|
||||
|
||||
|
@ -81,7 +81,7 @@ namespace Jellyfin.Data.Entities.Libraries
|
|||
/// Gets or sets the previous item in the collection.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// TODO check if this properly updated dependant and has the proper principal relationship
|
||||
/// TODO check if this properly updated dependant and has the proper principal relationship.
|
||||
/// </remarks>
|
||||
public virtual CollectionItem Previous { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue