mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fixes #553 - Support locking OfficialRating field
This commit is contained in:
parent
557a6c142f
commit
bf9762b065
@ -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…
Reference in New Issue
Block a user