diff options
| author | Patrick Barron <barronpm@gmail.com> | 2021-03-06 17:43:01 -0500 |
|---|---|---|
| committer | Patrick Barron <barronpm@gmail.com> | 2021-03-06 17:43:01 -0500 |
| commit | f638ee6b0918c2ef05ec11cfa43584d3efad68d1 (patch) | |
| tree | d09920ded59a8773ffa84a056f49e7800240589c /Jellyfin.Data/Entities/Libraries/Genre.cs | |
| parent | 287dab4655176b09b0cd5b7607bfaff74e48d20d (diff) | |
Enable nullable for Jellyfin.Data and remove unnecessary attributes
Diffstat (limited to 'Jellyfin.Data/Entities/Libraries/Genre.cs')
| -rw-r--r-- | Jellyfin.Data/Entities/Libraries/Genre.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Data/Entities/Libraries/Genre.cs b/Jellyfin.Data/Entities/Libraries/Genre.cs index befa75550a..9f3d650283 100644 --- a/Jellyfin.Data/Entities/Libraries/Genre.cs +++ b/Jellyfin.Data/Entities/Libraries/Genre.cs @@ -33,7 +33,6 @@ namespace Jellyfin.Data.Entities.Libraries /// <remarks> /// Indexed, Required, Max length = 255. /// </remarks> - [Required] [MaxLength(255)] [StringLength(255)] public string Name { get; set; } |
