1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

implement chrome media session api

This commit is contained in:
Luke Pulverenti 2017-02-13 15:54:28 -05:00
parent 7b427e4581
commit bb7710e105
6 changed files with 8 additions and 7 deletions

View file

@ -53,7 +53,7 @@
<div class="checkboxContainer checkboxContainer-withDescription chkAutomaticallyGroupSeriesContainer hide">
<label>
<input type="checkbox" is="emby-checkbox" class="chkAutomaticallyGroupSeries" />
<input type="checkbox" is="emby-checkbox" class="chkAutomaticallyGroupSeries" checked />
<span>${OptionAutomaticallyGroupSeries}</span>
</label>
<div class="fieldDescription checkboxFieldDescription">${OptionAutomaticallyGroupSeriesHelp}</div>