crobibero пре 5 година
родитељ
комит
04abb281c0
1 измењених фајлова са 1 додато и 1 уклоњено
  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());
         }
     }
-}
+}