Browse Source

Add CSS output formatter.

crobibero 5 years ago
parent
commit
04abb281c0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Jellyfin.Server/Formatters/CssOutputFormatter.cs

+ 1 - 1
Jellyfin.Server/Formatters/CssOutputFormatter.cs

@@ -34,4 +34,4 @@ namespace Jellyfin.Server.Formatters
             return context.HttpContext.Response.WriteAsync(context.Object?.ToString());
         }
     }
-}
+}