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
 namespace Jellyfin.Api.Models.PlaylistDtos
 {
 {