소스 검색

remove #nullable

crobibero 5 년 전
부모
커밋
97ce641242
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      Jellyfin.Api/Controllers/ItemUpdateController.cs

+ 1 - 3
Jellyfin.Api/Controllers/ItemUpdateController.cs

@@ -1,6 +1,4 @@
-#nullable enable
-
-using System;
+using System;
 using System.Collections.Generic;
 using System.Collections.Generic;
 using System.Linq;
 using System.Linq;
 using System.Threading;
 using System.Threading;