Bug fix. Audible's api acts weird when page count gets to ~400

This commit is contained in:
Robert McRackan 2024-05-16 07:53:19 -04:00
parent f9340db90a
commit 453904261b
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk"> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup> <PropertyGroup>
<TargetFramework>net8.0</TargetFramework> <TargetFramework>net8.0</TargetFramework>
<Version>11.3.12.1</Version> <Version>11.3.13.1</Version>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Octokit" Version="11.0.1" /> <PackageReference Include="Octokit" Version="11.0.1" />

View File

@ -5,7 +5,7 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="AudibleApi" Version="9.1.1.1" /> <PackageReference Include="AudibleApi" Version="9.1.2.1" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>