Swap the lock state from off to auto (#328)

Setting auto supersedes the client, but setting none allows the client to enable
This commit is contained in:
TwistedUmbrellaX 2024-10-06 07:16:47 -04:00 committed by GitHub
parent 960ce1ff82
commit c716eca03f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -358,7 +358,7 @@
<div class="fieldDescription"> <div class="fieldDescription">
If checked, intros will be automatically skipped for <strong>all</strong> clients. If checked, intros will be automatically skipped for <strong>all</strong> clients.
Individual clients can override this from the player settings popup (gear icon).<br /> Note: Clients cannot disable this setting from the player popup (gear icon).<br />
If you access Jellyfin through a reverse proxy, it must be configured to proxy websockets.<br /> If you access Jellyfin through a reverse proxy, it must be configured to proxy websockets.<br />
</div> </div>
</div> </div>
@ -394,7 +394,7 @@
<div class="fieldDescription"> <div class="fieldDescription">
If checked, credits will be automatically skipped for <strong>all</strong> clients. If checked, credits will be automatically skipped for <strong>all</strong> clients.
Individual clients can override this from the player settings popup (gear icon).<br /> Note: Clients cannot disable this setting from the player popup (gear icon).<br />
If you access Jellyfin through a reverse proxy, it must be configured to proxy websockets.<br /> If you access Jellyfin through a reverse proxy, it must be configured to proxy websockets.<br />
</div> </div>
</div> </div>