mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #553 - Support locking OfficialRating field
This commit is contained in:
parent
557a6c142f
commit
bf9762b065
2 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
|||
<input type="number" id="txtSeriesRuntime" name="txtSeriesRuntime" data-mini="true" />
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldOfficialRating" style="display: none;">
|
||||
<label for="selectOfficialRating">Official rating:</label>
|
||||
<label for="selectOfficialRating">Parental rating:</label>
|
||||
<select name="selectOfficialRating" id="selectOfficialRating" data-mini="true"></select>
|
||||
</div>
|
||||
<div data-role="fieldcontain" id="fldCustomRating" style="display: none;">
|
||||
|
|
|
@ -812,6 +812,7 @@
|
|||
{ name: "Name" },
|
||||
{ name: "Overview" },
|
||||
{ name: "Genres" },
|
||||
{ name: "Parental Rating", value: "OfficialRating" },
|
||||
{ name: "People", value: "Cast" }
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue