aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Data/DayOfWeekHelper.cs
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2020-08-22 23:29:54 +0200
committerBond_009 <bond.009@outlook.com>2020-08-22 23:29:54 +0200
commit4243a17c8672d6fb0c541b2b5b2802d3deead68f (patch)
tree6a779ebb4da3044ac9a0a81a4c570b00951095ba /Jellyfin.Data/DayOfWeekHelper.cs
parent92c491397eb81ed0d9349f11036c9f3a1e2be2e4 (diff)
Enable TreatWarningsAsErrors for Emby.Data in Release
Diffstat (limited to 'Jellyfin.Data/DayOfWeekHelper.cs')
-rw-r--r--Jellyfin.Data/DayOfWeekHelper.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jellyfin.Data/DayOfWeekHelper.cs b/Jellyfin.Data/DayOfWeekHelper.cs
index 32a41368d..4e75f4cfd 100644
--- a/Jellyfin.Data/DayOfWeekHelper.cs
+++ b/Jellyfin.Data/DayOfWeekHelper.cs
@@ -1,3 +1,5 @@
+#pragma warning disable CS1591
+
using System;
using System.Collections.Generic;
using Jellyfin.Data.Enums;