update comments

pull/7965/head
Jason Dove 3 years ago
parent e4088ba0bd
commit 82df4c3242

@ -69,7 +69,7 @@ namespace Jellyfin.Api.Controllers
/// <summary> /// <summary>
/// Gets items based on a query. /// Gets items based on a query.
/// </summary> /// </summary>
/// <param name="userId">The user id supplied as query parameter.</param> /// <param name="userId">The user id supplied as query parameter; this is required when not using an API key.</param>
/// <param name="maxOfficialRating">Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).</param> /// <param name="maxOfficialRating">Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).</param>
/// <param name="hasThemeSong">Optional filter by items with theme songs.</param> /// <param name="hasThemeSong">Optional filter by items with theme songs.</param>
/// <param name="hasThemeVideo">Optional filter by items with theme videos.</param> /// <param name="hasThemeVideo">Optional filter by items with theme videos.</param>

@ -32,7 +32,7 @@ namespace Jellyfin.Api.Controllers
/// <summary> /// <summary>
/// Finds movies and trailers similar to a given trailer. /// Finds movies and trailers similar to a given trailer.
/// </summary> /// </summary>
/// <param name="userId">Optional user id.</param> /// <param name="userId">The user id supplied as query parameter; this is required when not using an API key.</param>
/// <param name="maxOfficialRating">Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).</param> /// <param name="maxOfficialRating">Optional filter by maximum official rating (PG, PG-13, TV-MA, etc).</param>
/// <param name="hasThemeSong">Optional filter by items with theme songs.</param> /// <param name="hasThemeSong">Optional filter by items with theme songs.</param>
/// <param name="hasThemeVideo">Optional filter by items with theme videos.</param> /// <param name="hasThemeVideo">Optional filter by items with theme videos.</param>

Loading…
Cancel
Save