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:
parent
960ce1ff82
commit
c716eca03f
@ -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>
|
||||||
|
@ -74,7 +74,7 @@ const introSkipper = {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
this.observer.disconnect();
|
this.observer.disconnect();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* Injects the CSS used by the skip intro button.
|
* Injects the CSS used by the skip intro button.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user