Remove not implemented endpoints from API docs

Closes #2613
This commit is contained in:
Bogdan
2023-06-21 07:09:01 +03:00
parent 60abb298b2
commit 3da00f75dc
6 changed files with 16 additions and 0 deletions
@@ -57,6 +57,7 @@ namespace Readarr.Api.V1.Queue
_qualityComparer = new QualityModelComparer(qualityProfileService.GetDefaultProfile(string.Empty));
}
[NonAction]
protected override QueueResource GetResourceById(int id)
{
throw new NotImplementedException();