mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 11:38:02 +00:00
Don't clear media types
This commit is contained in:
@@ -16,7 +16,6 @@ namespace Jellyfin.Server.Formatters
|
||||
/// </summary>
|
||||
public CssOutputFormatter()
|
||||
{
|
||||
SupportedMediaTypes.Clear();
|
||||
SupportedMediaTypes.Add("text/css");
|
||||
|
||||
SupportedEncodings.Add(Encoding.UTF8);
|
||||
|
||||
Reference in New Issue
Block a user