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

@ -358,7 +358,7 @@ namespace LibationWinForm
private async void scanLibraryToolStripMenuItem_Click(object sender, EventArgs e)
{
// legacy/scraping method
//await indexDialog(new ScanLibraryDialog());
//await indexDialog(new ScanLibraryDialog());
// new/api method
await indexDialog(new IndexLibraryDialog());
}