From fae4754df48ce7b0c41f96c438150053d8afe0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E8=AF=9A?= Date: Thu, 3 Apr 2025 17:03:42 +0800 Subject: [PATCH] 1 --- src/Service/Jobs/ChineseNfoRegistry.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Service/Jobs/ChineseNfoRegistry.cs b/src/Service/Jobs/ChineseNfoRegistry.cs index 511c033..76f28c3 100644 --- a/src/Service/Jobs/ChineseNfoRegistry.cs +++ b/src/Service/Jobs/ChineseNfoRegistry.cs @@ -212,6 +212,7 @@ public class ChineseNfoRegistry : Registry, IChineseNfoRegistry public class TheMovieDbRecord { + [Column(IsPrimary = true, IsIdentity = true)] public long Id { get; set; } public TheMovieDbType Type { get; set; }