This version is powered by the Audible API. Legacy scraping code is still present but is commented out. All future check-ins are not guaranteed to have any scraping code
This commit is contained in:
parent
664fcc50e2
commit
c61bc27a7b
9 changed files with 10 additions and 12 deletions
|
|
@ -29,6 +29,7 @@ namespace DtoImporterService
|
|||
var libraryBook = new LibraryBook(
|
||||
context.Books.Local.Single(b => b.AudibleProductId == newItem.ProductId),
|
||||
newItem.DateAdded
|
||||
// needed for scraping
|
||||
//,FileManager.FileUtility.RestoreDeclawed(newLibraryDTO.DownloadBookLink)
|
||||
);
|
||||
context.Library.Add(libraryBook);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue