Round 3 of Bugfixing (#3318)

This commit is contained in:
Joe Milazzo
2024-10-28 18:13:48 -05:00
committed by GitHub
parent 727fbd353b
commit abdf15b895
40 changed files with 482 additions and 489 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ public class SeriesController : BaseApiController
/// <param name="libraryId"></param>
/// <returns></returns>
[HttpPost("all")]
[Obsolete("User all-v2")]
[Obsolete("Use all-v2")]
public async Task<ActionResult<IEnumerable<SeriesDto>>> GetAllSeries(FilterDto filterDto, [FromQuery] UserParams userParams, [FromQuery] int libraryId = 0)
{
var userId = User.GetUserId();