diff options
Diffstat (limited to 'Jellyfin.Data/Entities/TrickplayInfo.cs')
| -rw-r--r-- | Jellyfin.Data/Entities/TrickplayInfo.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Data/Entities/TrickplayInfo.cs b/Jellyfin.Data/Entities/TrickplayInfo.cs index 64e7da1b5d..ff9a68beff 100644 --- a/Jellyfin.Data/Entities/TrickplayInfo.cs +++ b/Jellyfin.Data/Entities/TrickplayInfo.cs @@ -66,7 +66,7 @@ public class TrickplayInfo public int Interval { get; set; } /// <summary> - /// Gets or sets peak bandwith usage in bits per second. + /// Gets or sets peak bandwidth usage in bits per second. /// </summary> /// <remarks> /// Required. |
