Skip to content

Commit

Permalink
Fix badrequest errors by updating InnerTube (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuylar committed Mar 9, 2024
1 parent 3621264 commit d9cbb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LightTube/LightTube.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PublishReadyToRunExclude Include="ZstdSharp.dll" />
<PackageReference Include="BCrypt.Net-Next" Version="4.0.3" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="InnerTube" Version="1.0.27" />
<PackageReference Include="InnerTube" Version="1.0.28" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.8" />
<PackageReference Include="MongoDB.Driver" Version="2.23.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
Expand Down

0 comments on commit d9cbb2a

Please sign in to comment.