crobibero 5 年 前
コミット
f017f5c97f
1 ファイル変更1 行追加2 行削除
  1. 1 2
      Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs

+ 1 - 2
Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs

@@ -1,5 +1,4 @@
-#nullable enable
-using System;
+using System;
 
 namespace Jellyfin.Api.Models.PlaylistDtos
 {