Fixed: Goodreads import lists

This commit is contained in:
ta264
2020-07-02 21:42:13 +01:00
parent 723beb9ca3
commit 5f2d57f33b
13 changed files with 115 additions and 59 deletions
@@ -7,9 +7,10 @@ namespace NzbDrone.Core.Parser.Model
public int ImportListId { get; set; }
public string ImportList { get; set; }
public string Author { get; set; }
public string ArtistMusicBrainzId { get; set; }
public string AuthorGoodreadsId { get; set; }
public string Book { get; set; }
public string AlbumMusicBrainzId { get; set; }
public string BookGoodreadsId { get; set; }
public string EditionGoodreadsId { get; set; }
public DateTime ReleaseDate { get; set; }
public override string ToString()