diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-08-22 23:29:54 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-08-22 23:29:54 +0200 |
| commit | 4243a17c8672d6fb0c541b2b5b2802d3deead68f (patch) | |
| tree | 6a779ebb4da3044ac9a0a81a4c570b00951095ba /Jellyfin.Data/Entities/Chapter.cs | |
| parent | 92c491397eb81ed0d9349f11036c9f3a1e2be2e4 (diff) | |
Enable TreatWarningsAsErrors for Emby.Data in Release
Diffstat (limited to 'Jellyfin.Data/Entities/Chapter.cs')
| -rw-r--r-- | Jellyfin.Data/Entities/Chapter.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jellyfin.Data/Entities/Chapter.cs b/Jellyfin.Data/Entities/Chapter.cs index 4575cdb4d..52cdeef78 100644 --- a/Jellyfin.Data/Entities/Chapter.cs +++ b/Jellyfin.Data/Entities/Chapter.cs @@ -1,3 +1,5 @@ +#pragma warning disable CS1591 + using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; |
