mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
Fixed: Goodreads import lists
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user