mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Restore ordering
This commit is contained in:
parent
85cfd080f1
commit
0430ffecb6
1 changed files with 1 additions and 2 deletions
|
@ -131,9 +131,8 @@ namespace Jellyfin.Api.Controllers
|
|||
public ActionResult UpdateMediaEncoderPath([FromBody, Required] MediaEncoderPathDto mediaEncoderPath)
|
||||
{
|
||||
// API ENDPOINT DISABLED (NOOP) FOR SECURITY PURPOSES
|
||||
return NoContent();
|
||||
//_mediaEncoder.UpdateEncoderPath(mediaEncoderPath.Path, mediaEncoderPath.PathType);
|
||||
//return NoContent();
|
||||
return NoContent();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue