Fixed: Fixed styling for add series dropdown

Fixed: Adding a series is now blocked unless a valid root folder is provided
This commit is contained in:
kay.one 2012-02-26 19:25:57 -08:00
commit 9669869c9b
6 changed files with 14 additions and 23 deletions

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Linq;
namespace NzbDrone.Web.Models
{
@ -9,6 +6,6 @@ namespace NzbDrone.Web.Models
{
public int Id { get; set; }
public string Title { get; set; }
public string FirstAired { get; set; }
public string Banner { get; set; }
}
}