aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/Formatters/CssOutputFormatter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Jellyfin.Server/Formatters/CssOutputFormatter.cs')
-rw-r--r--Jellyfin.Server/Formatters/CssOutputFormatter.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Server/Formatters/CssOutputFormatter.cs b/Jellyfin.Server/Formatters/CssOutputFormatter.cs
index 1dbddc79a..b3771b7fe 100644
--- a/Jellyfin.Server/Formatters/CssOutputFormatter.cs
+++ b/Jellyfin.Server/Formatters/CssOutputFormatter.cs
@@ -16,7 +16,6 @@ namespace Jellyfin.Server.Formatters
/// </summary>
public CssOutputFormatter()
{
- SupportedMediaTypes.Clear();
SupportedMediaTypes.Add("text/css");
SupportedEncodings.Add(Encoding.UTF8);