mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
start on content type setting
This commit is contained in:
parent
723e217a6f
commit
1d501de6c4
2 changed files with 57 additions and 4 deletions
|
@ -44,6 +44,10 @@
|
|||
</div>
|
||||
|
||||
<div style="padding: 10px 0;">
|
||||
<div data-role="fieldcontain" id="fldContentType" style="display:none;">
|
||||
<label for="selectContentType">${LabelContentType}</label>
|
||||
<select id="selectContentType" data-mini="true"></select>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldPath">
|
||||
<label for="txtPath">${LabelPath}</label>
|
||||
<input type="text" id="txtPath" data-mini="true" readonly="readonly" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue