diff options
Diffstat (limited to 'Jellyfin.Data/DayOfWeekHelper.cs')
| -rw-r--r-- | Jellyfin.Data/DayOfWeekHelper.cs | 2 |
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; |
