Fix: Fixed an issue with the year automatically being added to new series when added to NzbDrone.

This commit is contained in:
Mark McDowall 2012-02-29 00:09:53 -08:00
parent 6375df058e
commit dc4e45f72d
3 changed files with 4 additions and 2 deletions

View file

@ -7,5 +7,6 @@ namespace NzbDrone.Web.Models
public int Id { get; set; }
public string Title { get; set; }
public string Banner { get; set; }
public string DisplayedTitle { get; set; }
}
}