diff options
| author | 1hitsong <3330318+1hitsong@users.noreply.github.com> | 2024-11-29 12:32:00 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-29 10:32:00 -0700 |
| commit | b03f478867d4d581d45322f3048874226acf9aba (patch) | |
| tree | f3420225f25967a46b47d670b025342ae5cf1836 /Jellyfin.Api/Controllers/LiveTvController.cs | |
| parent | 1272bb9a8420a92329cdd36898b4b0240018327f (diff) | |
Fix typo in guide info endpoint comment (#13117)
Diffstat (limited to 'Jellyfin.Api/Controllers/LiveTvController.cs')
| -rw-r--r-- | Jellyfin.Api/Controllers/LiveTvController.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Jellyfin.Api/Controllers/LiveTvController.cs b/Jellyfin.Api/Controllers/LiveTvController.cs index 0ae8baa67..421f23fa1 100644 --- a/Jellyfin.Api/Controllers/LiveTvController.cs +++ b/Jellyfin.Api/Controllers/LiveTvController.cs @@ -962,9 +962,9 @@ public class LiveTvController : BaseJellyfinApiController } /// <summary> - /// Get guid info. + /// Get guide info. /// </summary> - /// <response code="200">Guid info returned.</response> + /// <response code="200">Guide info returned.</response> /// <returns>An <see cref="OkResult"/> containing the guide info.</returns> [HttpGet("GuideInfo")] [Authorize(Policy = Policies.LiveTvAccess)] |
