aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-20 16:07:53 -0600
committercrobibero <cody@robibe.ro>2020-06-20 16:07:53 -0600
commitf017f5c97fb091304bba819e9ba73510cf85a9b1 (patch)
tree2ffd178cb1d5f87de422ed315a56b6fc894c530d
parent472fd5217f25b6849ee4c1de7da92c70b5c1a9b1 (diff)
clean up
-rw-r--r--Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs b/Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs
index 20835eecb..0d67c86f7 100644
--- a/Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs
+++ b/Jellyfin.Api/Models/PlaylistDtos/CreatePlaylistDto.cs
@@ -1,5 +1,4 @@
-#nullable enable
-using System;
+using System;
namespace Jellyfin.Api.Models.PlaylistDtos
{