Fix typo in guide info endpoint comment (#13117)

pull/10701/merge
1hitsong 2 months ago committed by GitHub
parent 1272bb9a84
commit b03f478867
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)]

Loading…
Cancel
Save