diff options
| author | Bond-009 <bond.009@outlook.com> | 2020-09-05 14:37:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-05 14:37:36 +0200 |
| commit | e6c22a97076b751eaf817ba7caa013ebe39fb7a7 (patch) | |
| tree | a24324d3a9a575faf09c643cb4799b388d456727 /Jellyfin.Data/Entities/Libraries/CollectionItem.cs | |
| parent | 1f431323f3b1df894bee1aecd9acd89ebc6cb037 (diff) | |
| parent | 15135dc3b8a2421b6b4d550fa5e141e064d5bf82 (diff) | |
Merge pull request #4034 from barronpm/jellyfin-data-warnings
Fix all warnings in Jellyfin.Data
Diffstat (limited to 'Jellyfin.Data/Entities/Libraries/CollectionItem.cs')
| -rw-r--r-- | Jellyfin.Data/Entities/Libraries/CollectionItem.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Data/Entities/Libraries/CollectionItem.cs b/Jellyfin.Data/Entities/Libraries/CollectionItem.cs index c9306f630..4467c9bbd 100644 --- a/Jellyfin.Data/Entities/Libraries/CollectionItem.cs +++ b/Jellyfin.Data/Entities/Libraries/CollectionItem.cs @@ -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; } |
