Add CSS output formatter.

This commit is contained in:
crobibero 2020-06-06 16:52:23 -06:00
parent 598cd94c4d
commit 04abb281c0
1 changed files with 1 additions and 1 deletions

View File

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