mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 12:14:21 -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>
|
/// <summary>
|
||||||
/// Get guid info.
|
/// Get guide info.
|
||||||
/// </summary>
|
/// </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>
|
/// <returns>An <see cref="OkResult"/> containing the guide info.</returns>
|
||||||
[HttpGet("GuideInfo")]
|
[HttpGet("GuideInfo")]
|
||||||
[Authorize(Policy = Policies.LiveTvAccess)]
|
[Authorize(Policy = Policies.LiveTvAccess)]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user