about summary refs log tree commit diff
path: root/bundles/jellyfin/files/branding.xml
blob: 487db6ea483382b0cec6d42dd9c6efeb7037acd3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <LoginDisclaimer>&lt;form action="https://tv.gzr.im/sso/OID/start/authelia"&gt;
  &lt;button class="raised block emby-button button-submit"&gt;
    Sign in with SSO
  &lt;/button&gt;
&lt;/form&gt;</LoginDisclaimer>
  <CustomCss>a.raised.emby-button {
  padding: 0.9em 1em;
  color: inherit !important;
}

.disclaimerContainer {
  display: block;
}</CustomCss>
  <SplashscreenEnabled>false</SplashscreenEnabled>
</BrandingOptions>