aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Themes/AppTheme.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Themes/AppTheme.cs')
-rw-r--r--MediaBrowser.Model/Themes/AppTheme.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/MediaBrowser.Model/Themes/AppTheme.cs b/MediaBrowser.Model/Themes/AppTheme.cs
index 40a729963..527f1de72 100644
--- a/MediaBrowser.Model/Themes/AppTheme.cs
+++ b/MediaBrowser.Model/Themes/AppTheme.cs
@@ -1,5 +1,4 @@
-using System;
-using System.Collections.Generic;
+using System.Collections.Generic;
namespace MediaBrowser.Model.Themes
{
@@ -15,7 +14,7 @@ namespace MediaBrowser.Model.Themes
public AppTheme()
{
- Options = new Dictionary<string, string>(StringComparer.Ordinal);
+ Options = new Dictionary<string, string>();
Images = new List<ThemeImage>();
}