<%@ Page Title="" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> Add Series Manually

<%= Html.Label(Model.Path) %>

<%= Html.Label("Enter a Series Name") %> <%= Html.TextBoxFor(m => m.FolderName, new { id="existing_series_id" }) %> <%= Html.TextBoxFor(m => m.Path, new { id ="series_path", style="display:none" }) %>
<%= Html.LabelFor(m => m.QualityProfileId)%> <%: Html.DropDownListFor(m => m.QualityProfileId, Model.QualitySelectList)%>