diff options
Diffstat (limited to 'Jellyfin.Data')
| -rw-r--r-- | Jellyfin.Data/Entities/AncestorId.cs | 2 | ||||
| -rw-r--r-- | Jellyfin.Data/Entities/AttachmentStreamInfo.cs | 4 | ||||
| -rw-r--r-- | Jellyfin.Data/Entities/ProgramAudioEntity.cs | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Jellyfin.Data/Entities/AncestorId.cs b/Jellyfin.Data/Entities/AncestorId.cs index ef0fe0ba71..954416dfe1 100644 --- a/Jellyfin.Data/Entities/AncestorId.cs +++ b/Jellyfin.Data/Entities/AncestorId.cs @@ -3,7 +3,7 @@ using System; namespace Jellyfin.Data.Entities; /// <summary> -/// Represents the relational informations for an <see cref="BaseItemEntity"/>. +/// Represents the relational information for an <see cref="BaseItemEntity"/>. /// </summary> public class AncestorId { diff --git a/Jellyfin.Data/Entities/AttachmentStreamInfo.cs b/Jellyfin.Data/Entities/AttachmentStreamInfo.cs index 77b627f375..19265a0115 100644 --- a/Jellyfin.Data/Entities/AttachmentStreamInfo.cs +++ b/Jellyfin.Data/Entities/AttachmentStreamInfo.cs @@ -3,7 +3,7 @@ using System; namespace Jellyfin.Data.Entities; /// <summary> -/// Provides informations about an Attachment to an <see cref="BaseItemEntity"/>. +/// Provides information about an Attachment to an <see cref="BaseItemEntity"/>. /// </summary> public class AttachmentStreamInfo { @@ -18,7 +18,7 @@ public class AttachmentStreamInfo public required BaseItemEntity Item { get; set; } /// <summary> - /// Gets or Sets The index within the source file. + /// Gets or Sets the index within the source file. /// </summary> public required int Index { get; set; } diff --git a/Jellyfin.Data/Entities/ProgramAudioEntity.cs b/Jellyfin.Data/Entities/ProgramAudioEntity.cs index 5b225a0027..9d79e5ddb1 100644 --- a/Jellyfin.Data/Entities/ProgramAudioEntity.cs +++ b/Jellyfin.Data/Entities/ProgramAudioEntity.cs @@ -11,7 +11,7 @@ public enum ProgramAudioEntity Mono = 0, /// <summary> - /// Sterio. + /// Stereo. /// </summary> Stereo = 1, |
