aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/DynamicHlsController.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2025-01-26 16:54:43 +0100
committerGitHub <noreply@github.com>2025-01-26 16:54:43 +0100
commit8b180aca3a801f2c8218798dbc47313c1265d171 (patch)
treeb9f98bf97faeb0b7cc5918a6d442ca8702d3c358 /Jellyfin.Api/Controllers/DynamicHlsController.cs
parentb318f335991167102a5fa8d65030d200bbec898d (diff)
parent044cf9fb8597c6507a249d17cea443305881c4f6 (diff)
Merge pull request #11103 from jsoref/spelling
Fix spelling
Diffstat (limited to 'Jellyfin.Api/Controllers/DynamicHlsController.cs')
-rw-r--r--Jellyfin.Api/Controllers/DynamicHlsController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/DynamicHlsController.cs b/Jellyfin.Api/Controllers/DynamicHlsController.cs
index a641ec209..60b99c7ae 100644
--- a/Jellyfin.Api/Controllers/DynamicHlsController.cs
+++ b/Jellyfin.Api/Controllers/DynamicHlsController.cs
@@ -1778,7 +1778,7 @@ public class DynamicHlsController : BaseJellyfinApiController
}
else if (state.AudioStream?.CodecTag is not null && state.AudioStream.CodecTag.Equals("ac-4", StringComparison.Ordinal))
{
- // ac-4 audio tends to hava a super weird sample rate that will fail most encoders
+ // ac-4 audio tends to have a super weird sample rate that will fail most encoders
// force resample it to 48KHz
args += " -ar 48000";
}