支持新版本 Emby , 迅雷调整到新接口

This commit is contained in:
Meiam
2025-01-14 17:38:16 +08:00
parent 7e960e028c
commit 5fa9433908
12 changed files with 154 additions and 136 deletions

View File

@@ -2,9 +2,9 @@
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.10</Version>
<AssemblyVersion>1.0.10.0</AssemblyVersion>
<FileVersion>1.0.10.0</FileVersion>
<Version>1.0.11</Version>
<AssemblyVersion>1.0.11.0</AssemblyVersion>
<FileVersion>1.0.11.0</FileVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
@@ -12,7 +12,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Jellyfin.Controller" Version="10.9.11" />
<PackageReference Include="Jellyfin.Controller" Version="10.10.3" />
</ItemGroup>
<Target Name="PostBuild" AfterTargets="PostBuildEvent">

View File

@@ -39,7 +39,7 @@ namespace Jellyfin.MeiamSub.Shooter
private string apiUrl => "https://www.shooter.cn/api/subapi.php";
public int Order => 1000;
public int Order => 1;
public string Name => "MeiamSub.Shooter";