Update to 3.5.2 and .net core 2.1
This commit is contained in:
parent
15f48949eb
commit
1c06eed098
665 changed files with 13778 additions and 11582 deletions
|
@ -9,18 +9,20 @@
|
|||
<option value="primary">${Primary}</option>
|
||||
<option value="banner">${Banner}</option>
|
||||
<option value="disc">${Disc}</option>
|
||||
<option value="logo">${Logo}</option>
|
||||
<option value="thumb">${Thumb}</option>
|
||||
<option value="list">${List}</option>
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer viewSetting viewSetting-checkboxContainer hide" data-settingname="showTitle">
|
||||
<div class="checkboxContainer viewSetting viewSetting-checkboxContainer hide chkTitleContainer" data-settingname="showTitle">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" />
|
||||
<span>${ShowTitle}</span>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="checkboxContainer viewSetting viewSetting-checkboxContainer hide" data-settingname="showYear">
|
||||
<div class="checkboxContainer viewSetting viewSetting-checkboxContainer hide chkYearContainer" data-settingname="showYear">
|
||||
<label>
|
||||
<input is="emby-checkbox" type="checkbox" />
|
||||
<span>${ShowYear}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue