Add audible locale setting.

Rename DomainServices => ScrapingDomainServices
This commit is contained in:
Robert McRackan 2019-10-21 12:57:37 -04:00
parent fbc9824f12
commit 410d1a9621
28 changed files with 698 additions and 371 deletions

View file

@ -358,6 +358,8 @@ namespace LibationWinForm
private async void scanLibraryToolStripMenuItem_Click(object sender, EventArgs e)
{
// audible api
//var client = new AudibleApiDomainService.AudibleApiLibationClient(config.);
//await client.ImportLibraryAsync();
// scrape
await indexDialog(new ScanLibraryDialog());