mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Fix typo in guide info endpoint comment (#13117)
This commit is contained in:
parent
1272bb9a84
commit
b03f478867
@ -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…
x
Reference in New Issue
Block a user