mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
Fix: Fixed an issue with the year automatically being added to new series when added to NzbDrone.
This commit is contained in:
parent
6375df058e
commit
dc4e45f72d
3 changed files with 4 additions and 2 deletions
|
@ -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; }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue