|
@@ -16,7 +16,6 @@ namespace Jellyfin.Server.Formatters
|
|
/// </summary>
|
|
/// </summary>
|
|
public CssOutputFormatter()
|
|
public CssOutputFormatter()
|
|
{
|
|
{
|
|
- SupportedMediaTypes.Clear();
|
|
|
|
SupportedMediaTypes.Add("text/css");
|
|
SupportedMediaTypes.Add("text/css");
|
|
|
|
|
|
SupportedEncodings.Add(Encoding.UTF8);
|
|
SupportedEncodings.Add(Encoding.UTF8);
|