Browse Source

Add CSS output formatter.

crobibero 5 năm trước cách đây
mục cha
commit
04abb281c0
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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());
         }
     }
-}
+}