mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Correct bad docs merge
This commit is contained in:
parent
7fe8ca2b77
commit
f5b301dea6
@ -183,7 +183,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
/// <param name="userId">Optional. User Id.</param>
|
/// <param name="userId">Optional. User Id.</param>
|
||||||
/// <param name="startIndex">Optional. The record index to start at. All items with a lower index will be dropped from the results.</param>
|
/// <param name="startIndex">Optional. The record index to start at. All items with a lower index will be dropped from the results.</param>
|
||||||
/// <param name="limit">Optional. The maximum number of records to return.</param>
|
/// <param name="limit">Optional. The maximum number of records to return.</param>
|
||||||
/// <param name="filters">Optional. Specify additional filters to apply. This allows multiple, comma delimited. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.</param>
|
/// <param name="filters">Optional. Specify additional filters to apply.</param>
|
||||||
/// <param name="fields">Optional. Specify additional fields of information to return in the output.</param>
|
/// <param name="fields">Optional. Specify additional fields of information to return in the output.</param>
|
||||||
/// <param name="channelIds">Optional. Specify one or more channel id's, comma delimited.</param>
|
/// <param name="channelIds">Optional. Specify one or more channel id's, comma delimited.</param>
|
||||||
/// <response code="200">Latest channel items returned.</response>
|
/// <response code="200">Latest channel items returned.</response>
|
||||||
|
@ -54,7 +54,7 @@ namespace Jellyfin.Api.Controllers
|
|||||||
/// <param name="limit">Optional. The maximum number of records to return.</param>
|
/// <param name="limit">Optional. The maximum number of records to return.</param>
|
||||||
/// <param name="searchTerm">The search term.</param>
|
/// <param name="searchTerm">The search term.</param>
|
||||||
/// <param name="fields">Optional. Specify additional fields of information to return in the output.</param>
|
/// <param name="fields">Optional. Specify additional fields of information to return in the output.</param>
|
||||||
/// <param name="filters">Optional. Specify additional filters to apply. This allows multiple, comma delimited. Options: IsFolder, IsNotFolder, IsUnplayed, IsPlayed, IsFavorite, IsResumable, Likes, Dislikes.</param>
|
/// <param name="filters">Optional. Specify additional filters to apply.</param>
|
||||||
/// <param name="isFavorite">Optional filter by items that are marked as favorite, or not. userId is required.</param>
|
/// <param name="isFavorite">Optional filter by items that are marked as favorite, or not. userId is required.</param>
|
||||||
/// <param name="enableUserData">Optional, include user data.</param>
|
/// <param name="enableUserData">Optional, include user data.</param>
|
||||||
/// <param name="imageTypeLimit">Optional, the max number of images to return, per image type.</param>
|
/// <param name="imageTypeLimit">Optional, the max number of images to return, per image type.</param>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user