mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Deprecate /api/v3/episodefile/editor
This commit is contained in:
parent
7ee90fb05d
commit
20c2d59e9a
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ public ActionResult<EpisodeFileResource> SetQuality([FromBody] EpisodeFileResour
|
|||
return Accepted(episodeFile.Id);
|
||||
}
|
||||
|
||||
[Obsolete("Use bulk endpoint instead")]
|
||||
[HttpPut("editor")]
|
||||
[Consumes("application/json")]
|
||||
public object SetQuality([FromBody] EpisodeFileListResource resource)
|
||||
|
|
|
|||
Loading…
Reference in a new issue