@using System.Collections @using NzbDrone.Web.Models @{ Layout = null; }
@Html.Hidden("newSeriesId", 0, new { @class = "seriesId" })
@Html.DropDownList("newSeriesPath", new SelectList((IList)ViewData["RootDirs"]), new { style = "width: 406px; margin-left: 0px;" }) @Html.DropDownList("qualityList", new SelectList((IList)ViewData["QualityList"], "QualityProfileId", "Name"), new { @class = "qualitySelector" })