mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
Fix: Fixed an issue with the year automatically being added to new series when added to NzbDrone.
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user