mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
Fixed: Don't set missing release dates to 0001-01-01
This commit is contained in:
@@ -15,7 +15,7 @@ namespace NzbDrone.Core.MetadataSource.SkyHook.Resource
|
||||
public List<ImageResource> Images { get; set; }
|
||||
public List<LinkResource> Links { get; set; }
|
||||
public RatingResource Rating { get; set; }
|
||||
public DateTime ReleaseDate { get; set; }
|
||||
public DateTime? ReleaseDate { get; set; }
|
||||
public List<ReleaseResource> Releases { get; set; }
|
||||
public List<string> SecondaryTypes { get; set; }
|
||||
public string Title { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user