crobibero 5 years ago
parent
commit
f017f5c97f
1 changed files with 1 additions and 2 deletions
  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
 {