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

update configuration for virtual episodes

This commit is contained in:
Luke Pulverenti 2013-10-25 10:18:53 -04:00
parent d2bbd5b4ad
commit cd21add046
11 changed files with 23 additions and 119 deletions

View file

@ -11,7 +11,6 @@
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="metadata.html" data-role="button" class="ui-btn-active">Basics</a>
<a href="metadatatv.html" data-role="button">TV Settings</a>
<a href="metadataimages.html" data-role="button">Images</a>
<a href="advancedmetadata.html" data-role="button">Advanced</a>
</div>
@ -39,6 +38,11 @@
<label for="chkEnableTmdbPersonUpdates">Enable automatic tmdb updates</label>
<div class="fieldDescription">If enabled, movies and people will be updated automatically as they are updated on the themoviedb.org.</div>
</li>
<li>
<input type="checkbox" id="chkEnableTvdbUpdates" name="chkEnableTvdbUpdates" />
<label for="chkEnableTvdbUpdates">Enable automatic tvdb updates</label>
<div class="fieldDescription">If enabled, tv series and episodes will be updated automatically as they are updated on the tvdb.com.</div>
</li>
<li>
<button type="submit" data-theme="b" data-icon="ok">
Save