mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-06 05:01:13 -07:00
fix: #5223
This commit is contained in:
parent
2868314a34
commit
cf0c1614a4
1 changed files with 2 additions and 0 deletions
|
@ -377,6 +377,7 @@ namespace Ombi.Controllers.V1
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet("sonarr")]
|
||||
[PowerUser]
|
||||
public async Task<SonarrSettings> SonarrSettings()
|
||||
{
|
||||
return await Get<SonarrSettings>();
|
||||
|
@ -403,6 +404,7 @@ namespace Ombi.Controllers.V1
|
|||
/// </summary>
|
||||
/// <returns></returns>
|
||||
[HttpGet("radarr")]
|
||||
[PowerUser]
|
||||
public async Task<RadarrCombinedModel> RadarrSettings()
|
||||
{
|
||||
return new RadarrCombinedModel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue