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:
Robert McRackan 2019-11-05 08:19:58 -05:00
parent 664fcc50e2
commit c61bc27a7b
9 changed files with 10 additions and 12 deletions

View file

@ -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);