aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-06-06 16:52:23 -0600
committercrobibero <cody@robibe.ro>2020-06-06 16:52:23 -0600
commit04abb281c0905f1dbd21365d98756790dbb30973 (patch)
tree3b6c5b15d250b5d91e3fed6ca355d379d2f84276
parent598cd94c4d5fd8911c9e30af7be47ca6eac7c975 (diff)
Add CSS output formatter.
-rw-r--r--Jellyfin.Server/Formatters/CssOutputFormatter.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/Formatters/CssOutputFormatter.cs b/Jellyfin.Server/Formatters/CssOutputFormatter.cs
index b26e7f96a..1dbddc79a 100644
--- a/Jellyfin.Server/Formatters/CssOutputFormatter.cs
+++ b/Jellyfin.Server/Formatters/CssOutputFormatter.cs
@@ -34,4 +34,4 @@ namespace Jellyfin.Server.Formatters
return context.HttpContext.Response.WriteAsync(context.Object?.ToString());
}
}
-} \ No newline at end of file
+}