mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 05:16:34 +02: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