Skip to content

Commit 8ff6389

Browse files
committed
adjust: 默认开启入库扫片头
1 parent 77425e3 commit 8ff6389

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Configuration/IntroSkipOptions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public class IntroSkipOptions : EditableOptionsBase
1616

1717
[DisplayName("入库时扫描片头")]
1818
[Description("新剧集入库时触发片头检测。")]
19-
public bool ScanIntroOnItemAdded { get; set; } = false;
19+
public bool ScanIntroOnItemAdded { get; set; } = true;
2020

2121
[DisplayName("保护片头标记")]
2222
[Description("刷新元数据时保护已存在的片头/片尾标记不被清空。")]

MediaInfoKeeper.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<Description>MediaInfoKeeper Emby plugin</Description>
55
<PackageTags>emby;plugin;pms;media;server;</PackageTags>
66
<BaseOutputPath>Build\bin\</BaseOutputPath>
7-
<AssemblyVersion>1.5.1.0</AssemblyVersion>
8-
<FileVersion>1.5.1.0</FileVersion>
9-
<Version>1.5.1</Version>
7+
<AssemblyVersion>1.5.2.0</AssemblyVersion>
8+
<FileVersion>1.5.2.0</FileVersion>
9+
<Version>1.5.2</Version>
1010
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
1111
</PropertyGroup>
1212
<ItemGroup>

0 commit comments

Comments
 (0)