mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-30 03:28:28 -07:00
#273 added for only available content on the search
This commit is contained in:
parent
679236c381
commit
0fa42b93f5
2 changed files with 3 additions and 1 deletions
|
@ -297,7 +297,7 @@ namespace PlexRequests.UI.Modules
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
return Response.AsJson(new JsonResponseModel { Result = true });
|
return Response.AsJson(new JsonResponseModel { Result = false, Message = "Album Reports are not supported yet!"});
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
@ -199,6 +199,7 @@
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
</form>
|
</form>
|
||||||
|
{{#if_eq available true}}
|
||||||
<form method="POST" action="@url/issues/nonrequestissue/" id="report{{id}}">
|
<form method="POST" action="@url/issues/nonrequestissue/" id="report{{id}}">
|
||||||
<input name="providerId" type="text" value="{{id}}" hidden="hidden" />
|
<input name="providerId" type="text" value="{{id}}" hidden="hidden" />
|
||||||
<input name="type" type="text" value="{{type}}" hidden="hidden" />
|
<input name="type" type="text" value="{{type}}" hidden="hidden" />
|
||||||
|
@ -216,6 +217,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
{{/if_eq}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue