Skip to content

Commit

Permalink
Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul committed Oct 16, 2023
1 parent 719600d commit 845f986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shoko.Server/API/v3/Controllers/FilterController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ [FromQuery] [Range(0, 100)] int pageSize = 50, [FromQuery] [Range(1, int.MaxValu
/// <param name="includeEmpty">Include <see cref="Series"/> with missing
/// <see cref="Episode"/>s in the count.</param>
/// <returns></returns>
[HttpGet("Preview/Group/Letters")]
[HttpPost("Preview/Group/Letters")]
public ActionResult<Dictionary<char, int>> GetPreviewGroupNameLettersInFilter([FromBody] Filter.Input.CreateOrUpdateFilterBody filter, [FromQuery] bool includeEmpty = false)
{
// Directories should only contain sub-filters, not groups and series.
Expand Down

0 comments on commit 845f986

Please sign in to comment.