Skip to content

Commit 4a9827e

Browse files
committed
feat: 支持原语言海报优先、剧集组刮削,增强Patch稳定性
- 新增原语言海报优先配置与补丁逻辑 - 新增剧集组刮削支持(MovieDb Episode Group) - 修复收藏场景下重复提取媒体信息问题 - 优化片头扫描等待时间与相关服务流程 - 重构 patch 方法定位:单 profile + 更精确签名匹配 - 新增 Emby DLL 方法签名导出任务、脚本及 4.9.3.0 文档
1 parent d67d499 commit 4a9827e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MediaInfoKeeper.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<Description>MediaInfoKeeper Emby plugin</Description>
55
<PackageTags>emby;plugin;pms;media;server;</PackageTags>
66
<BaseOutputPath>Build\bin\</BaseOutputPath>
7-
<AssemblyVersion>1.6.6.1</AssemblyVersion>
8-
<FileVersion>1.6.6.1</FileVersion>
7+
<AssemblyVersion>1.6.6.2</AssemblyVersion>
8+
<FileVersion>1.6.6.2</FileVersion>
99
<Version>1.6.6</Version>
1010
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)