aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/DayOfWeekHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Entities/DayOfWeekHelper.cs')
-rw-r--r--MediaBrowser.Controller/Entities/DayOfWeekHelper.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/DayOfWeekHelper.cs b/MediaBrowser.Controller/Entities/DayOfWeekHelper.cs
index 166ef66d4..d871daf3c 100644
--- a/MediaBrowser.Controller/Entities/DayOfWeekHelper.cs
+++ b/MediaBrowser.Controller/Entities/DayOfWeekHelper.cs
@@ -1,6 +1,6 @@
-using MediaBrowser.Model.Configuration;
-using System;
+using System;
using System.Collections.Generic;
+using MediaBrowser.Model.Configuration;
namespace MediaBrowser.Controller.Entities
{