aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-06 16:53:49 -0600
committercrobibero <cody@robibe.ro>2020-06-06 16:53:49 -0600
commit48cbac934ba593fc5f4fed0eb0db81061eb4a787 (patch)
tree55f0a3a2953d7af0b8333a3fb74feb84b1ffedb6
parent04abb281c0905f1dbd21365d98756790dbb30973 (diff)
Don't clear media types
-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);