mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
AddExisting clears check/hides rows once submitted. Bi-winning
AddNew, currently unable to submit. Bi-polar
This commit is contained in:
@@ -10,13 +10,8 @@
|
||||
</asp:Content>
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
||||
|
||||
//Add New
|
||||
|
||||
|
||||
//Add Existing
|
||||
|
||||
//Ask user for existing TV Root Folder...
|
||||
//Get list of unmapped folders and allow the user to check off the ones they want to add...
|
||||
//
|
||||
<%: Html.ActionLink("Add New Series", "AddNew", "Series") %>
|
||||
<br />
|
||||
<%: Html.ActionLink("Add Existing Series", "AddExisting", "Series") %>
|
||||
|
||||
</asp:Content>
|
||||
Reference in New Issue
Block a user