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

add movie prefix feature

This commit is contained in:
Luke Pulverenti 2016-11-15 12:55:26 -05:00
parent bb82ca5806
commit 56e182281b
3 changed files with 10 additions and 1 deletions

View file

@ -15,6 +15,10 @@
<input is="emby-input" class="txtMovies" label="${LabelMovieCategories}" autocomplete="off" />
<div class="fieldDescription">${XmlTvMovieCategoriesHelp}</div>
</div>
<div class="inputContainer">
<input is="emby-input" class="txtMoviePrefix" label="${LabelMoviePrefix}" autocomplete="off" />
<div class="fieldDescription">${LabelMoviePrefixHelp}</div>
</div>
<div class="inputContainer">
<input is="emby-input" class="txtKids" label="${LabelKidsCategories}" autocomplete="off" />
<div class="fieldDescription">${XmlTvKidsCategoriesHelp}</div>