diff options
| author | telans <telans@protonmail.com> | 2020-06-19 22:21:49 +1200 |
|---|---|---|
| committer | telans <telans@protonmail.com> | 2020-06-20 18:13:11 +1200 |
| commit | 8de6452967d229624c81e06d992b1cb0cb6715b1 (patch) | |
| tree | 73b18d3ae702ee3c857caea1257e64c5aaea116d /Emby.Server.Implementations/Data/SqliteItemRepository.cs | |
| parent | afe09612e82a49c4021fbc2ceddf1816db9f959d (diff) | |
fix some documentation periods
Diffstat (limited to 'Emby.Server.Implementations/Data/SqliteItemRepository.cs')
| -rw-r--r-- | Emby.Server.Implementations/Data/SqliteItemRepository.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/SqliteItemRepository.cs b/Emby.Server.Implementations/Data/SqliteItemRepository.cs index da37a8c86..6e5389ad4 100644 --- a/Emby.Server.Implementations/Data/SqliteItemRepository.cs +++ b/Emby.Server.Implementations/Data/SqliteItemRepository.cs @@ -6308,7 +6308,7 @@ where AncestorIdText not null and ItemValues.Value not null and ItemValues.Type /// Gets the attachment. /// </summary> /// <param name="reader">The reader.</param> - /// <returns>MediaAttachment</returns> + /// <returns>MediaAttachment.</returns> private MediaAttachment GetMediaAttachment(IReadOnlyList<IResultSetValue> reader) { var item = new MediaAttachment |
