crobibero 5 年 前
コミット
8eac528815
1 ファイル変更2 行追加0 行削除
  1. 2 0
      Jellyfin.Api/Controllers/AttachmentsController.cs

+ 2 - 0
Jellyfin.Api/Controllers/AttachmentsController.cs

@@ -1,3 +1,5 @@
+#nullable enable
+
 using System;
 using System.Threading;
 using System.Threading.Tasks;