mirror of
https://github.com/9p4/jellyfin-plugin-sso.git
synced 2026-08-06 04:14:13 +00:00
Add css to replace missing css in custom view
This commit is contained in:
committed by
Matthew Strasitoto
parent
f810ea7259
commit
7e5738c65f
@@ -121,4 +121,15 @@ public class SSOViewsController : ControllerBase
|
||||
{
|
||||
return ServeView("SSO-Auth-ApiClient.js");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Returns the css that is usually a part of the default view.
|
||||
/// </summary>
|
||||
/// <returns>A stylesheet.</returns>
|
||||
// [Authorize(Policy = "DefaultAuthorization")]
|
||||
[HttpGet("emby-restyle.css")]
|
||||
public ActionResult GetRestyledEmbyElements()
|
||||
{
|
||||
return ServeView("SSO-Auth-emby-restyle.css");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user