Bug fix #318: Audible changed their API, likely in conjunction with shutting down the Windows App. DownloadQuality.Extreme and DownloadQuality.Low now throw errors

This commit is contained in:
Robert McRackan 2022-07-19 15:02:31 -04:00
parent 78186d4973
commit 7f086aeaac
3 changed files with 7 additions and 2 deletions

View file

@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0-windows</TargetFramework>
<Version>8.2.3.1</Version>
<Version>8.2.4.1</Version>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Octokit" Version="1.0.0" />