修复射手无法查询无字幕问题

This commit is contained in:
Meiam
2023-02-09 22:38:20 +08:00
parent 0c5a3656c8
commit 8bebe5ba5b
8 changed files with 36 additions and 37 deletions

View File

@@ -5,7 +5,8 @@
<TargetFramework>net5.0</TargetFramework>
<ApplicationIcon />
<StartupObject />
<Version>1.0.8</Version>
<Version>1.0.9</Version>
<AssemblyVersion>1.0.9.0</AssemblyVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">

View File

@@ -80,6 +80,8 @@ namespace Jellyfin.MeiamSub.Thunder
var cid = GetCidByFile(request.MediaPath);
_logger.LogInformation($"{Name} Search | FileHash -> { cid }");
using var options = new HttpRequestMessage
{
Method = HttpMethod.Get,